From: Shohei Yoshida Date: Mon, 29 Jul 2019 15:41:35 +0000 (+0900) Subject: Fix reboot for placeholder links (#29164) X-Git-Tag: v4.4.0~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6b00cda24cbffccf18a3612b7ea2daae362ab56;p=thirdparty%2Fbootstrap.git Fix reboot for placeholder links (#29164) --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index e436e14ef8..b6c98ccd77 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -203,14 +203,10 @@ a:not([href]) { color: inherit; text-decoration: none; - @include hover-focus() { + @include hover() { color: inherit; text-decoration: none; } - - &:focus { - outline: 0; - } }