mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -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;
|
||||
}
|
||||
|
||||
header .discourse-tag {color: $tag-color !important; }
|
||||
header .discourse-tag {color: $tag-color }
|
||||
|
||||
.list-tags {
|
||||
display: inline;
|
||||
|
Loading…
Reference in New Issue
Block a user