mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
remove important from extra-info-wrapper color
This commit is contained in:
parent
81c08fe451
commit
3d32158893
@ -75,7 +75,7 @@ $tag-color: scale-color($primary, $lightness: 40%);
|
||||
}
|
||||
|
||||
.extra-info-wrapper & {
|
||||
color: $header-primary !important;
|
||||
color: $header-primary;
|
||||
}
|
||||
|
||||
&.box {
|
||||
|
@ -37,7 +37,7 @@
|
||||
text-overflow: ellipsis;
|
||||
|
||||
.extra-info-wrapper & {
|
||||
color: $header-primary !important;
|
||||
color: $header-primary;
|
||||
}
|
||||
}
|
||||
|
||||
@ -69,7 +69,7 @@
|
||||
}
|
||||
|
||||
.extra-info-wrapper & {
|
||||
color: $header-primary !important;
|
||||
color: $header-primary;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user