]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove old/unnecessary reboot bug fix
authorPatrick H. Lauke <redux@splintered.co.uk>
Sun, 10 Jan 2021 14:39:15 +0000 (14:39 +0000)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 13 Jan 2021 09:03:32 +0000 (11:03 +0200)
Manual backport of https://github.com/twbs/bootstrap/pull/32631

scss/_reboot.scss

index 373b18c814fc3009817fee6a157e8f9a6870b517..27498c0df4b18ee0ff52cd4c8a6ae5a3ba4b8bd8 100644 (file)
@@ -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,