Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* ========================================================= */
/* REMOVE HOVER BACKGROUND — MAIN MENU BUTTON              */
/* ========================================================= */
#vector-main-menu-dropdown .cdx-button:hover,
#vector-main-menu-dropdown .cdx-button:focus,
#vector-main-menu-dropdown .cdx-button:active {
    background: transparent !important;
    box-shadow: none !important;
}
/* Also kill the pseudo overlay (important!) */
#vector-main-menu-dropdown .cdx-button::before {
    display: none !important;
}
/* Prevent checkbox hover triggering visual effect */
#vector-main-menu-dropdown
.vector-dropdown-checkbox:hover
+ .cdx-button {
    background: transparent !important;
}
/**********************************************************/
/**********************************************************/
/* Esconder secções de Width e Color no menu de aparência */
/* Esconder secções de Width e Color no menu de aparência */