0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00

Remove old/unnecessary reboot bug fix

Manual backport of https://github.com/twbs/bootstrap/pull/32631
This commit is contained in:
Patrick H. Lauke 2021-01-10 14:39:15 +00:00 committed by XhmikosR
parent 2e8f70f5a1
commit 4e6c981f4e

View 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,