MediaWiki:Common.css: Difference between revisions
m (Add important rule) Tag: Reverted |
m (Add oo-ui-selectFileWidget-thumbnail to the filter rule and added comments) Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* oo-ui-selectFileWidget-thumbnail is from when someone are uploading images | |||
And cdx-menu-item-thumbnail are from the search dropdown | |||
Above are these classes who need to have filter invert disabled | |||
*/ | |||
.oo-ui-selectFileWidget-thumbnail, | |||
.cdx-menu-item__thumbnail{ | .cdx-menu-item__thumbnail{ | ||
filter: unset !important; | filter: unset !important; | ||
} | } |
Revision as of 16:08, 20 November 2023
/* CSS placed here will be applied to all skins */
/* oo-ui-selectFileWidget-thumbnail is from when someone are uploading images
And cdx-menu-item-thumbnail are from the search dropdown
Above are these classes who need to have filter invert disabled
*/
.oo-ui-selectFileWidget-thumbnail,
.cdx-menu-item__thumbnail{
filter: unset !important;
}