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