From: Patrick H. Lauke Date: Sun, 10 Jan 2021 14:39:15 +0000 (+0000) Subject: Remove old/unnecessary reboot bug fix X-Git-Tag: v4.6.0~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e6c981f4e23597f4de88bf99ea75c6b4c4fc939;p=thirdparty%2Fbootstrap.git Remove old/unnecessary reboot bug fix Manual backport of https://github.com/twbs/bootstrap/pull/32631 --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 373b18c814..27498c0df4 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -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,