Jump to content

MediaWiki:Common.css: Difference between revisions

m
Remove fix for darkmode extension
m (Removing DarkMode workarounds)
Tags: Manual revert Reverted
m (Remove fix for darkmode extension)
Tag: Manual revert
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
*/
.cdx-menu-item__thumbnail{
    filter: unset !important;
}