Remove useless style

This commit is contained in:
Ian Gulliver
2024-12-22 16:52:44 -08:00
parent afe6eed9c2
commit 5e3d144d7a
3 changed files with 3 additions and 19 deletions

View File

@@ -7,12 +7,6 @@ import { SLInput } from "./slinput";
import { SLTabGroup } from "./sltabgroup";
async function main() {
addStyle(`
.no-outline:focus {
outline: none;
}
`);
const root = new ElemWrapper(document.body);
root.style.fontSize = "12px";
root.style.fontFamily = "var(--sl-font-mono)";