MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 232: | Line 232: | ||
/* --- REPARAÇÃO | /* --- REPARAÇÃO VIA FILTRO (SEM QUADRADOS) --- */ | ||
/* 1. Removemos o fundo que causa o quadrado branco */ | |||
.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 { | ||
background-color: transparent !important; | |||
background- | background-image: none !important; | ||
} | |||
/* 2. Forçamos o ícone (que é preto) a ficar BRANCO usando inversão */ | |||
.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 .mw-ui-icon, | |||
.skin-vector-2022 .mw-header .vector-icon::before, | |||
.skin-vector-2022 .mw-header .mw-ui-icon::before { | |||
filter: brightness(0) invert(1) !important; | |||
opacity: 1 !important; | opacity: 1 !important; | ||
visibility: visible !important; | visibility: visible !important; | ||
} | } | ||
/* | /* 3. Garante que os botões não sumam */ | ||
.cdx-button.cdx-button--weight-quiet | .cdx-button.cdx-button--weight-quiet { | ||
opacity: 1 !important; | |||
} | } | ||