mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
UX: Remove !important from header .discourse-tag
per https://meta.discourse.org/t/planned-tag-color-issue-when-scrolled-down/53582/4?u=cpradio
This commit is contained in:
parent
8cd30cdc8b
commit
309e37f0e6
@ -136,7 +136,7 @@ $tag-color: scale-color($primary, $lightness: 40%);
|
|||||||
top: -0.1em;
|
top: -0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
header .discourse-tag {color: $tag-color !important; }
|
header .discourse-tag {color: $tag-color }
|
||||||
|
|
||||||
.list-tags {
|
.list-tags {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
Loading…
Reference in New Issue
Block a user