MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 232: | Line 232: | ||
/* --- | /* --- REPARAÇÃO FINAL: FORÇAR MÁSCARA --- */ | ||
.skin-vector-2022 .mw-header .vector-icon, | |||
.vector-header- | .skin-vector-2022 .mw-header .mw-ui-icon, | ||
.vector-sticky-header- | .skin-vector-2022 .vector-sticky-header .vector-icon, | ||
.vector- | .skin-vector-2022 .vector-sticky-header .mw-ui-icon { | ||
/* 1. Define a cor branca */ | |||
background-color: #ffffff !important; | |||
/* 2. OBRIGA o navegador a usar o desenho do ícone como molde */ | |||
-webkit-mask-image: inherit !important; | |||
mask-image: inherit !important; | |||
-webkit-mask-size: contain !important; | |||
mask-size: contain !important; | |||
-webkit-mask-repeat: no-repeat !important; | |||
mask-repeat: no-repeat !important; | |||
-webkit-mask-position: center !important; | |||
mask-position: center !important; | |||
/* | /* 3. Força a visibilidade */ | ||
opacity: 1 !important; | opacity: 1 !important; | ||
visibility: visible !important; | visibility: visible !important; | ||
} | } | ||
/* | /* 4. Remove qualquer efeito que "apague" o ícone no fundo escuro */ | ||
.cdx-button--weight-quiet .vector-icon, | |||
.cdx-button--weight-quiet .mw-ui-icon { | |||
filter: | filter: none !important; | ||
- | mix-blend-mode: normal !important; | ||
} | } | ||