mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-27 09:00:04 +00:00
Merge "Add mw-no-invert and oo-ui-image-invert to OOUI icon exclusion list"
This commit is contained in:
commit
76916e84cf
|
@ -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