Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2020-05-15 15:59:06 +0300
committerGitHub <noreply@github.com>2020-05-15 15:59:06 +0300
commit897d2f3877ebde814a01a83bcc2633d99069a610 (patch)
tree82f553ca9be9d4466b81892ff4b5dd0dbfc40463 /scss/_reboot.scss
parentc794c9df2fd0c8883ab4e50185c6daa374709005 (diff)
Prevent conflicts with components with classes (#30830)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'scss/_reboot.scss')
-rw-r--r--scss/_reboot.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index d66223a969..882ee573ea 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -268,7 +268,7 @@ 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]) {
+a:not([href]):not([class]) {
&,
&:hover {
color: inherit;