MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary Tags: Manual revert 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, | .skin-vector-2022 .mw-header .vector-icon, | ||
.skin-vector-2022 .mw-header .mw-ui-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 { | ||
/* 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; | |||
/* Força a visibilidade | -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. | .cdx-button--weight-quiet .mw-ui-icon { | ||
filter: none !important; | |||
mix-blend-mode: normal !important; | mix-blend-mode: normal !important; | ||
} | } | ||