Skip to content

Commit

Permalink
Remove old/unnecessary reboot bug fix
Browse files Browse the repository at this point in the history
Manual backport of #32631
  • Loading branch information
patrickhlauke authored and XhmikosR committed Jan 13, 2021
1 parent 2e8f70f commit 4e6c981
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scss/_reboot.scss
Expand Up @@ -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,
Expand Down

0 comments on commit 4e6c981

Please sign in to comment.