Jump to content

MediaWiki:Vector.css: Difference between revisions

From Transight Wiki
No edit summary
Blanked the page
Tags: Blanking Manual revert
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Force the hamburger menu icon to appear in black */
.vector-main-menu-landmark .vector-icon {
    color: black !important;
    fill: black !important;
    stroke: black !important;
}


/* Button hover/focus state also in black */
.vector-main-menu-landmark .vector-icon:hover,
.vector-main-menu-landmark .vector-icon:focus {
    color: black !important;
    fill: black !important;
    stroke: black !important;
}
/* Optional: Remove burgundy background on hover */
.vector-main-menu-landmark button {
    background: transparent !important;
    border: none !important;
}

Latest revision as of 09:26, 28 June 2025