MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 110: | Line 110: | ||
/* ===== FIX | /* ===== FIX FINAL DO HOVER DOS ICON BUTTONS ===== */ | ||
.skin-vector-2022 .mw-header .cdx-button, | .skin-vector-2022 .mw-header .cdx-button, | ||
.skin-vector-2022 .vector-sticky-header .cdx-button { | .skin-vector-2022 .vector-sticky-header .cdx-button { | ||
color: #ffffff !important; | |||
} | } | ||
.skin-vector-2022 .mw-header .cdx-button:hover, | .skin-vector-2022 .mw-header .cdx-button:hover, | ||
.skin-vector-2022 .vector-sticky-header .cdx-button:hover { | .skin-vector-2022 .vector-sticky-header .cdx-button:hover { | ||
color: #ffffff !important; /* força currentColor */ | |||
background-color: rgba(255,255,255,0.12) !important; | background-color: rgba(255,255,255,0.12) !important; | ||
color: | } | ||
/* Garantir que o vector-icon usa currentColor */ | |||
.skin-vector-2022 .mw-header .vector-icon, | |||
.skin-vector-2022 .vector-sticky-header .vector-icon { | |||
background-color: currentColor !important; | |||
} | } | ||