MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 507:
}
 
/* --- HIDE SIDEBAR TOOLBOX (Vector 2022) --- */
/* Hide the entire "Tools" section in the Left Sidebar */
 
#p-tb,
/* 1. Hide the "Tools" Header/Label specifically */
.vector-main-menu-group-id-tb {
#p-tb-label {
display: none !important;
}
 
/* Safety Net:2. Hide the labellist of specificallylinks ifinside the containerTools remainssection */
#p-tb-label {
display: none !important;
}
 
/* 3. Hide the specific container wrapper for the Toolbox */
/* This cleans up any empty white space left behind */
.vector-main-menu-group-id-tb {
display: none !important;
}