mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
FIX: Hashtag CSS class color specificity (#21766)
Followup to eae47d82e2
,
we removed some specificity from the hashtag color
CSS classes, but now the color is being overridden
by the base hashtag-cooked.d-icon color. This color
is no longer needed, so we just remove that and
the specificity.
This commit is contained in:
parent
39d213a023
commit
b7229953f7
@ -14,7 +14,7 @@ a.hashtag {
|
||||
}
|
||||
}
|
||||
|
||||
a.hashtag-cooked {
|
||||
.hashtag-cooked {
|
||||
@include mention;
|
||||
|
||||
&:visited,
|
||||
@ -23,7 +23,6 @@ a.hashtag-cooked {
|
||||
}
|
||||
|
||||
.d-icon {
|
||||
color: var(--primary-high);
|
||||
font-size: var(--font-down-1);
|
||||
margin: 0 0.2em 0 0.1em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user