Skip to content

Commit 493f6ad

Browse files
committed
Prevent browser focus indicator
Closes #547
1 parent 5a37e50 commit 493f6ad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Tekst-Web/public/base.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
0 5px 12px 4px rgba(0, 0, 0, 0.1);
3434
}
3535

36+
:focus-visible {
37+
outline: none !important;
38+
}
39+
::-moz-focus-inner {
40+
border: 0 !important;
41+
}
42+
3643
#noscript {
3744
width: 100%;
3845
height: 90vh;

0 commit comments

Comments
 (0)