mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
Revert "remove important from extra-info-wrapper color"
This commit is contained in:
parent
b801727698
commit
703e6faf54
@ -75,7 +75,7 @@ $tag-color: scale-color($primary, $lightness: 40%);
|
||||
}
|
||||
|
||||
.extra-info-wrapper & {
|
||||
color: $header-primary;
|
||||
color: $header-primary !important;
|
||||
}
|
||||
|
||||
&.box {
|
||||
|
@ -37,7 +37,7 @@
|
||||
text-overflow: ellipsis;
|
||||
|
||||
.extra-info-wrapper & {
|
||||
color: $header-primary;
|
||||
color: $header-primary !important;
|
||||
}
|
||||
}
|
||||
|
||||
@ -69,7 +69,7 @@
|
||||
}
|
||||
|
||||
.extra-info-wrapper & {
|
||||
color: $header-primary;
|
||||
color: $header-primary !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user