MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tags: Manual revert Reverted |
||
| Line 232: | Line 232: | ||
/* --- | /* --- REPARAÇÃO FINAL: FORÇAR MÁSCARA --- */ | ||
.skin-vector-2022 .mw-header .vector-icon, | .skin-vector-2022 .mw-header .vector-icon, | ||
.skin-vector-2022 .mw-header .mw-ui-icon, | |||
.skin-vector-2022 .vector-sticky-header .vector-icon, | .skin-vector-2022 .vector-sticky-header .vector-icon, | ||
.skin-vector-2022 .vector-sticky-header .mw-ui-icon { | .skin-vector-2022 .vector-sticky-header .mw-ui-icon { | ||
/* Define a | /* 1. Define a cor branca */ | ||
background-color: #ffffff !important; | background-color: #ffffff !important; | ||
/* | /* 2. OBRIGA o navegador a usar o desenho do ícone como molde */ | ||
-webkit-mask-image: inherit !important; | -webkit-mask-image: inherit !important; | ||
mask-image: inherit !important; | mask-image: inherit !important; | ||
| Line 252: | Line 251: | ||
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: none !important; | filter: none !important; | ||
mix-blend-mode: normal !important; | mix-blend-mode: normal !important; | ||
} | } | ||