Skip to content

Commit 8de8744

Browse files
committed
Fix button focus on firefox tu use native focus
1 parent 33afea0 commit 8de8744

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/scss/03-base/_normalize.scss

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -211,17 +211,6 @@ button::-moz-focus-inner,
211211
border-style: none;
212212
}
213213

214-
/**
215-
* Restore the focus styles unset by the previous rule.
216-
*/
217-
218-
button:-moz-focusring,
219-
[type="button"]:-moz-focusring,
220-
[type="reset"]:-moz-focusring,
221-
[type="submit"]:-moz-focusring {
222-
outline: 1px dotted ButtonText;
223-
}
224-
225214
/**
226215
* Correct the padding in Firefox.
227216
*/

0 commit comments

Comments
 (0)