mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
Revert "remove important from extra-info-wrapper color"
This commit is contained in:
parent
b801727698
commit
703e6faf54
2 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue