Make notheme exception to CSS hacks

Bug: T358164
Change-Id: Ie7fe3b32be4fb6aa308574da42ce9413ab97eb94
This commit is contained in:
bwang 2024-03-04 12:31:20 -06:00 committed by Bernard Wang
parent 2757cbc5ad
commit 9366943f7e

View file

@ -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 ] {