MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 232: | Line 232: | ||
/* --- FIX DOS ÍCONES | /* --- FIX DEFINITIVO DOS ÍCONES INVISÍVEIS --- */ | ||
.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 { | ||
/* | /* Forçamos a cor branca para o desenho do ícone */ | ||
background-color: #ffffff !important; | background-color: #ffffff !important; | ||
/* | /* Impedimos que qualquer filtro apague o ícone */ | ||
filter: none !important; | |||
opacity: 1 !important; | |||
visibility: visible !important; | |||
/* Forçamos as propriedades da máscara para garantir que o SVG apareça */ | |||
-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; | ||
-webkit-mask-position: center !important; | -webkit-mask-position: center !important; | ||
mask-position: center !important; | mask-position: center !important; | ||
/* O segredo: display block ou inline-block para garantir dimensões */ | |||
/* | display: inline-block !important; | ||
} | } | ||