MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 107: | Line 107: | ||
.skin-vector-2022 .vector-sticky-header .vector-dropdown-label::after { | .skin-vector-2022 .vector-sticky-header .vector-dropdown-label::after { | ||
background-color: #ffffff !important; | background-color: #ffffff !important; | ||
| Line 114: | Line 112: | ||
/* ========================================================= */ | /* ========================================================= */ | ||
/* | /* FIX DEFINITIVO DO HOVER DOS ICON BUTTONS (CODEx) */ | ||
/* ========================================================= */ | /* ========================================================= */ | ||
/* | /* Neutralizar o mix-blend-mode no hover */ | ||
.skin-vector-2022 .mw-header .cdx-button | .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 | |||
mix-blend-mode: normal !important; | mix-blend-mode: normal !important; | ||
} | } | ||
/* Garantir que o ícone continua branco | /* Garantir que o ícone continua branco */ | ||
.skin-vector-2022 .mw-header .cdx-button | .skin-vector-2022 .mw-header .cdx-button:hover .vector-icon, | ||
.skin-vector-2022 . | .skin-vector-2022 .vector-sticky-header .cdx-button:hover .vector-icon, | ||
.skin-vector-2022 . | .skin-vector-2022 .mw-header .cdx-button:hover .mw-ui-icon, | ||
.skin-vector-2022 .vector-sticky-header .cdx-button | .skin-vector-2022 .vector-sticky-header .cdx-button:hover .mw-ui-icon { | ||
background-color: #ffffff !important; | background-color: #ffffff !important; | ||
} | } | ||