mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
Make notheme exception to CSS hacks
Bug: T358164 Change-Id: Ie7fe3b32be4fb6aa308574da42ce9413ab97eb94
This commit is contained in:
parent
2757cbc5ad
commit
9366943f7e
|
@ -193,9 +193,11 @@ FIXME: Review all of these hacks to see if they still apply.
|
|||
.side-box, .side-box *,
|
||||
/* T358012 */
|
||||
.navbox-even, .navbox-abovebelow, .navbox-title {
|
||||
&:not( .notheme ) {
|
||||
background: inherit !important;
|
||||
color: inherit !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* T358385 */
|
||||
[ bgcolor ] {
|
||||
|
|
Loading…
Reference in a new issue