MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 232: | Line 232: | ||
/* --- ATRONIA ICON | /* --- ATRONIA ULTIMATE ICON FIX --- */ | ||
/* 1. | /* 1. Alvo triplo para garantir que o fundo branco desaparece de vez */ | ||
.skin-vector-2022 .mw-header .vector-icon, | html.client-js body.skin-vector-2022 .mw-header .vector-icon, | ||
.skin-vector-2022 .mw-header .mw-ui-icon, | html.client-js body.skin-vector-2022 .mw-header .mw-ui-icon, | ||
.skin-vector-2022 .vector-sticky-header .vector-icon, | html.client-js body.skin-vector-2022 .vector-sticky-header .vector-icon, | ||
.skin-vector-2022 .vector-sticky-header .mw-ui-icon { | html.client-js body.skin-vector-2022 .vector-sticky-header .mw-ui-icon { | ||
background-color: transparent !important; | background-color: transparent !important; | ||
background-image: none !important; | |||
opacity: 1 !important; | opacity: 1 !important; | ||
visibility: visible !important; | visibility: visible !important; | ||
} | } | ||
/* 2. | /* 2. Forçar o desenho do ícone a aparecer em branco usando o filtro de inversão */ | ||
.skin-vector-2022 .mw-header .vector-icon::before, | html.client-js body.skin-vector-2022 .mw-header .vector-icon::before, | ||
.skin-vector-2022 .mw-header .mw-ui-icon::before, | html.client-js body.skin-vector-2022 .mw-header .mw-ui-icon::before, | ||
.skin-vector-2022 .vector-sticky-header .vector-icon::before, | html.client-js body.skin-vector-2022 .vector-sticky-header .vector-icon::before, | ||
.skin-vector-2022 .vector-sticky-header .mw-ui-icon::before { | html.client-js body.skin-vector-2022 .vector-sticky-header .mw-ui-icon::before { | ||
background-color: #ffffff !important; | background-color: #ffffff !important; | ||
filter: brightness(0) invert(1) !important; | |||
opacity: 1 !important; | opacity: 1 !important; | ||
} | } | ||
/* 3. | /* 3. Forçar visibilidade dos botões "Quiet" (Estrela, Histórico, etc) */ | ||
.cdx-button--weight-quiet.cdx-button--icon-only .vector-icon, | |||
.cdx-button--weight-quiet.cdx-button--icon-only .mw-ui-icon { | |||
filter: brightness(0) invert(1) !important; | filter: brightness(0) invert(1) !important; | ||
opacity: 1 !important; | |||
} | } | ||