MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/**********************************************************/ | /**********************************************************/ | ||
| Line 1,971: | Line 1,950: | ||
} | } | ||
#vector-main-menu-dropdown- | |||
background- | /* ========================================================= */ | ||
/* 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: rgba(146,255,0,0.30) !important; | |||
box-shadow: none !important; | |||
} | } | ||
#vector-main-menu-dropdown | /* Also kill the pseudo overlay (important!) */ | ||
background | #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: rgba(146,255,0,0.30) !important; | |||
} | } | ||