|
Tags: Blanking Manual revert |
| (One intermediate revision by the same user not shown) |
| Line 1: |
Line 1: |
| /* Force visible black icon for main menu button */
| |
| #vector-main-menu-dropdown-label .cdx-button__icon {
| |
| color: black !important;
| |
| fill: black !important;
| |
| stroke: black !important;
| |
| }
| |
|
| |
|
| /* Optional: Remove purple/burgundy hover background */
| |
| #vector-main-menu-dropdown-label.cdx-button {
| |
| background-color: transparent !important;
| |
| border: none !important;
| |
| }
| |
|
| |
| /* Optional: On hover/focus, keep icon black */
| |
| #vector-main-menu-dropdown-label:hover .cdx-button__icon,
| |
| #vector-main-menu-dropdown-label:focus .cdx-button__icon {
| |
| color: black !important;
| |
| fill: black !important;
| |
| stroke: black !important;
| |
| }
| |