MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 232: | Line 232: | ||
/* --- REPARAÇÃO | /* --- REPARAÇÃO DOS ÍCONES: BRANCO SEM QUADRADO --- */ | ||
.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 do "desenho" */ | ||
background-color: #ffffff !important; | background-color: #ffffff !important; | ||
-webkit-mask-size: | |||
mask-size: | /* 2. Força o uso da máscara (impede o quadrado branco) */ | ||
-webkit-mask-size: contain !important; | |||
mask-size: contain !important; | |||
-webkit-mask-repeat: no-repeat !important; | -webkit-mask-repeat: no-repeat !important; | ||
mask-repeat: no-repeat !important; | mask-repeat: no-repeat !important; | ||
| Line 248: | Line 249: | ||
mask-position: center !important; | mask-position: center !important; | ||
/* Garante que o ícone | /* 3. Garante que o ícone é visível (anula o fade do sistema) */ | ||
opacity: 1 !important; | opacity: 1 !important; | ||
visibility: visible !important; | visibility: visible !important; | ||
} | } | ||
/* | /* 4. Remove o mix-blend-mode que o teu Inspect mostrou ser um problema */ | ||
.cdx-button.cdx-button--weight-quiet .vector-icon, | .cdx-button.cdx-button--weight-quiet .vector-icon, | ||
.cdx-button.cdx-button--weight-quiet .mw-ui-icon { | .cdx-button.cdx-button--weight-quiet .mw-ui-icon { | ||