MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* 1. Atacar a classe específica do botão Codex para a estrela */ | ||
.cdx-button--weight-quiet.cdx-button--icon-only.mw-watchlink-notification .vector-icon, | |||
.mw-watchlink .vector-icon { | |||
background-color: #000000 !important; | background-color: #000000 !important; | ||
filter: none !important; | filter: none !important; | ||
-webkit-mask-image: var(--mask-image) !important; | -webkit-mask-image: var(--mask-image) !important; | ||
mask-image: var(--mask-image) !important; | mask-image: var(--mask-image) !important; | ||
} | } | ||
/* | /* 2. Forçar o estado normal (sem hover) */ | ||
#ca-watch .vector-icon, | |||
#ca-unwatch .vector-icon { | |||
background-color: #000000 !important; | background-color: #000000 !important; | ||
filter: none !important; | filter: none !important; | ||
opacity: 1 !important; | |||
} | |||
/* 3. Se for um SVG inline (técnica final) */ | |||
#ca-watch .vector-icon svg, | |||
#ca-unwatch .vector-icon svg { | |||
fill: #000000 !important; | |||
color: #000000 !important; | |||
} | } | ||