Skip to content

Commit 5219cea

Browse files
authored
Delete CSS that Firefox cannot read (#64)
1 parent 0c9ccad commit 5219cea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

entrypoints/popup/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
text-rendering: optimizelegibility;
1010
-webkit-font-smoothing: antialiased;
1111
-moz-osx-font-smoothing: grayscale;
12-
text-size-adjust: 100%;
1312
}
1413

1514
body {
@@ -41,7 +40,7 @@ button:hover {
4140

4241
button:focus,
4342
button:focus-visible {
44-
outline: 4px auto -webkit-focus-ring-color;
43+
outline: 4px auto;
4544
}
4645

4746
@media (prefers-color-scheme: light) {

0 commit comments

Comments
 (0)