Jump to content

MediaWiki:Common.css: Difference between revisions

m
Removing oo-ui-selectFileWidget-thumbnail due to interfering with mw-no-invert css apply
m (Add oo-ui-selectFileWidget-thumbnail to the filter rule and added comments)
Tag: Reverted
m (Removing oo-ui-selectFileWidget-thumbnail due to interfering with mw-no-invert css apply)
Tag: Reverted
Line 4: Line 4:
Above are these classes who need to have filter invert disabled
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;
}
}