mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 15:26:47 +00:00
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
This commit is contained in:
parent
f826f2b66b
commit
0ef145af08
|
@ -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';
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue