Skip to content

Commit

Permalink
Remove old/unnecessary reboot bug fix (#32631)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
patrickhlauke and XhmikosR committed Jan 5, 2021
1 parent 265605b commit eb45005
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scss/_reboot.scss
Expand Up @@ -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,
Expand Down

0 comments on commit eb45005

Please sign in to comment.