Skip to content

Commit 7cf5116

Browse files
committed
Remove unnecessary fix for focus outlines in Firefox
1 parent 8aee099 commit 7cf5116

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

evergreen.css

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -286,23 +286,6 @@
286286
font: inherit; /* 2 */
287287
}
288288

289-
/**
290-
* Remove the inner border and padding of focus outlines in Firefox.
291-
*/
292-
293-
::-moz-focus-inner {
294-
border-style: none;
295-
padding: 0;
296-
}
297-
298-
/**
299-
* Restore the focus outline styles unset by the previous rule in Firefox.
300-
*/
301-
302-
:-moz-focusring {
303-
outline: 1px dotted ButtonText;
304-
}
305-
306289
/* Interactive
307290
* ========================================================================== */
308291

0 commit comments

Comments
 (0)