Jump to content

MediaWiki:Common.css: Difference between revisions

m
Add important rule
(Try to resolved the filter bug for darkmode extension)
Tag: Reverted
m (Add important rule)
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.cdx-menu-item__thumbnail{
.cdx-menu-item__thumbnail{
     filter: unset;
     filter: unset !important;
}
}