UX: remove specific href styling (#25183)
This commit is contained in:
parent
6432b7f979
commit
71b996d70f
|
@ -73,12 +73,7 @@
|
||||||
@include darken-background($hover-bg-color, 0.1);
|
@include darken-background($hover-bg-color, 0.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&[href] {
|
|
||||||
color: $text-color;
|
|
||||||
&:focus {
|
|
||||||
color: $hover-text-color;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.discourse-no-touch &:active:not(:hover):not(:focus),
|
.discourse-no-touch &:active:not(:hover):not(:focus),
|
||||||
.discourse-no-touch &.btn-active:not(:hover):not(:focus),
|
.discourse-no-touch &.btn-active:not(:hover):not(:focus),
|
||||||
&:active:not(:hover):not(:focus),
|
&:active:not(:hover):not(:focus),
|
||||||
|
|
Loading…
Reference in New Issue