Commit 7a01f3c4 authored by Martijn Cuppens's avatar Martijn Cuppens Committed by Andres Galante
Browse files

Selector improvement (#27219)

parent a689120f
Showing with 2 additions and 2 deletions
+2 -2
......@@ -14,7 +14,7 @@
vertical-align: baseline;
@include border-radius($badge-border-radius);
&[href] {
@at-root a#{&} {
@include hover-focus {
text-decoration: none;
}
......
......@@ -2,7 +2,7 @@
color: color-yiq($bg);
background-color: $bg;
&[href] {
@at-root a#{&} {
@include hover-focus {
color: color-yiq($bg);
background-color: darken($bg, 10%);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment