MediaWiki:Vector.css: Difference between revisions
Blanked the page Tags: Blanking Manual revert |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Style the main menu button (hamburger) */ | |||
.vector-main-menu-landmark button { | |||
background-color: transparent !important; | |||
color: black !important; | |||
fill: black !important; | |||
border: none; | |||
} | |||
/* If it's using ::before or svg icon */ | |||
.vector-main-menu-landmark button::before { | |||
content: "☰"; /* Fallback if icon is broken */ | |||
color: black !important; | |||
font-size: 20px; | |||
padding: 5px; | |||
} | |||
Revision as of 09:15, 28 June 2025
/* Style the main menu button (hamburger) */
.vector-main-menu-landmark button {
background-color: transparent !important;
color: black !important;
fill: black !important;
border: none;
}
/* If it's using ::before or svg icon */
.vector-main-menu-landmark button::before {
content: "☰"; /* Fallback if icon is broken */
color: black !important;
font-size: 20px;
padding: 5px;
}