]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove old/unnecessary reboot bug fix (#32631)
authorPatrick H. Lauke <redux@splintered.co.uk>
Tue, 5 Jan 2021 20:20:35 +0000 (20:20 +0000)
committerGitHub <noreply@github.com>
Tue, 5 Jan 2021 20:20:35 +0000 (22:20 +0200)
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 <xhmikosr@gmail.com>
scss/_reboot.scss

index 50ba7431b99137a3b0bf1f146063de6468847dab..58e1a34d0275f625a39672a1a9ca20eddaa11cc7 100644 (file)
@@ -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,