diff options
| author | Patrick H. Lauke <[email protected]> | 2021-01-10 14:39:15 +0000 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-01-13 11:03:32 +0200 |
| commit | 4e6c981f4e23597f4de88bf99ea75c6b4c4fc939 (patch) | |
| tree | c8b83a16d526a63692385de4d6a2f6787c028a09 | |
| parent | 2e8f70f5a1c8cdc771582027e688c0ad4b4e3127 (diff) | |
| download | bootstrap-4e6c981f4e23597f4de88bf99ea75c6b4c4fc939.tar.xz bootstrap-4e6c981f4e23597f4de88bf99ea75c6b4c4fc939.zip | |
Remove old/unnecessary reboot bug fix
Manual backport of https://github.com/twbs/bootstrap/pull/32631
| -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 373b18c81..27498c0df 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -307,15 +307,6 @@ button { border-radius: 0; } -// Work around a Firefox/IE 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; -} - input, button, select, |
