MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
| Line 965: | Line 965: | ||
margin-right: 20px; | margin-right: 20px; | ||
text-decoration: none; | text-decoration: none; | ||
} | |||
/* RESET DE EMERGÊNCIA PARA ÍCONES */ | |||
/* Isto remove o fundo branco que o teu Inspect detetou */ | |||
.mw-header .mw-ui-icon, | |||
.mw-header .vector-icon, | |||
.vector-sticky-header .mw-ui-icon { | |||
background-color: transparent !important; /* Remove o bloqueio branco */ | |||
mask-size: contain; | |||
-webkit-mask-size: contain; | |||
} | |||
/* Força a cor do desenho do ícone para branco sobre a navbar escura */ | |||
.mw-header .mw-ui-icon::before, | |||
.vector-sticky-header .mw-ui-icon::before { | |||
background-color: #ffffff !important; | |||
} | |||
/* Garante que a estrela da Watchlist aparece sem precisar de clicar */ | |||
.mw-watchlink .mw-ui-icon { | |||
visibility: visible !important; | |||
opacity: 1 !important; | |||
} | } | ||