diff options
| author | Patrick H. Lauke <[email protected]> | 2021-01-05 20:20:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-05 22:20:35 +0200 |
| commit | eb4500504790df5c4d6077cf0c840750763f49d3 (patch) | |
| tree | a8707550afbdbf0548ac7e08bf031284f9215365 /scss/_reboot.scss | |
| parent | 265605bba04fe64525723b8e486885d1da35e1f7 (diff) | |
| download | bootstrap-eb4500504790df5c4d6077cf0c840750763f49d3.tar.xz bootstrap-eb4500504790df5c4d6077cf0c840750763f49d3.zip | |
Remove old/unnecessary reboot bug fix (#32631)
From initial testing, this bug doesn't seem to manifest itself anywhere in Bootstrap (since we don't just set transparent background anywhere on buttons, and when we do set explicit button styles in the more specific stylings, we already do create a custom `:focus` style anyway)
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'scss/_reboot.scss')
| -rw-r--r-- | scss/_reboot.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 50ba7431b..58e1a34d0 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -411,15 +411,6 @@ button { border-radius: 0; } -// Work around a Firefox bug where the transparent `button` background -// results in a loss of the default `button` focus styles. -// Credit https://github.com/suitcss/base/ - -button:focus { - outline: dotted 1px; - outline: -webkit-focus-ring-color auto 5px; -} - // 1. Remove the margin in Firefox and Safari input, |
