From 13b74165446dc0dac3bb09498e9a58e6b1416bfe Mon Sep 17 00:00:00 2001 From: Shohei Yoshida Date: Mon, 29 Jul 2019 16:32:09 +0900 Subject: [PATCH] Fix reboot for placeholder links (#29140) --- scss/_reboot.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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; } } -- 2.47.2