MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 176: | Line 176: | ||
#footer-poweredbyico { | #footer-poweredbyico { | ||
display: none !important; | display: none !important; | ||
} | |||
/**********************************************************/ | |||
/* 🔥 FINAL ICON FIX — FORCE CODEX */ | |||
/**********************************************************/ | |||
.vector-icon.mw-ui-icon::before, | |||
.vector-icon.mw-ui-icon { | |||
-webkit-mask-image: unset !important; | |||
mask-image: unset !important; | |||
} | |||
/* Re-enable Codex icons */ | |||
.mw-ui-icon[class*="wikimedia-"] { | |||
-webkit-mask-repeat: no-repeat !important; | |||
mask-repeat: no-repeat !important; | |||
-webkit-mask-position: center !important; | |||
mask-position: center !important; | |||
-webkit-mask-size: contain !important; | |||
mask-size: contain !important; | |||
background-color: currentColor !important; | |||
} | } | ||