From: Shohei Yoshida Date: Mon, 29 Jul 2019 07:32:09 +0000 (+0900) Subject: Fix reboot for placeholder links (#29140) X-Git-Tag: v5.0.0-alpha1~897 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13b74165446dc0dac3bb09498e9a58e6b1416bfe;p=thirdparty%2Fbootstrap.git Fix reboot for placeholder links (#29140) --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index a3663206db..b784ad2ef7 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -232,13 +232,11 @@ a { // causes specificity issues in many other styles that are too complex to fix. // See https://github.com/twbs/bootstrap/issues/19402 -a:not([href]):not([tabindex]) { +a:not([href]) { &, - &:hover, - &:focus { + &:hover { color: inherit; text-decoration: none; - outline: 0; } }