From 0ef145af08d1a9031789151501b64c0f1eda700f Mon Sep 17 00:00:00 2001 From: Jon Robson Date: Wed, 26 Jun 2024 08:46:10 -0700 Subject: [PATCH] Add mw-no-invert and oo-ui-image-invert to OOUI icon exclusion list This is used on Special:Block and the OOUI search widget for links Bug: T368483 Change-Id: Iaae45a12029c26e4d2c793f4040c90df65495c02 --- resources/skins.vector.styles/CSSCustomProperties.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/skins.vector.styles/CSSCustomProperties.less b/resources/skins.vector.styles/CSSCustomProperties.less index 0ac458098..2184e1d1c 100644 --- a/resources/skins.vector.styles/CSSCustomProperties.less +++ b/resources/skins.vector.styles/CSSCustomProperties.less @@ -7,7 +7,7 @@ * This includes OOUI icons that are not colored (progressive/destructive), checkbox icons, and * indicator widgets. */ -@OOUIIconSelectors: ~'.oo-ui-iconElement-icon:not( .oo-ui-image-progressive ):not( .oo-ui-image-destructive ):not( .oo-ui-checkboxInputWidget-checkIcon )'; +@OOUIIconSelectors: ~'.oo-ui-iconElement-icon:not( .oo-ui-image-progressive ):not( .oo-ui-image-destructive ):not( .oo-ui-checkboxInputWidget-checkIcon ):not( .oo-ui-image-invert ):not( .mw-no-invert )'; @OOUIIndicatorSelectors: ~'.oo-ui-indicatorElement-indicator'; /**