Skip to content

Commit 37bcf3a

Browse files
committed
Remove old/unnecessary reboot bug fix
Manual backport of #32631
1 parent 782216f commit 37bcf3a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

scss/_reboot.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -307,15 +307,6 @@ button {
307307
border-radius: 0;
308308
}
309309

310-
// Work around a Firefox/IE bug where the transparent `button` background
311-
// results in a loss of the default `button` focus styles.
312-
//
313-
// Credit: https://github.com/suitcss/base/
314-
button:focus {
315-
outline: dotted 1px;
316-
outline: -webkit-focus-ring-color auto 5px;
317-
}
318-
319310
input,
320311
button,
321312
select,

0 commit comments

Comments
 (0)