MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Manual revert |
No edit summary |
||
Line 267:
.catlinks,
.mw-normal-catlinks {
display: none !important;
}
/* ======================================================= */
/* FORCE HIDE MOBILE HISTORY BAR */
/* Placed in Common.css to ensure it loads on all devices */
/* ======================================================= */
/* Target the container class from your HTML */
.last-modified-bar,
a.last-modified-bar {
display: none !important;
visibility: hidden !important;
}
/* Target the text wrapper explicitly */
.last-modified-bar__text,
.modified-enhancement {
display: none !important;
}
/* Target the specific clock icon found inside that button */
.minerva-icon--modified-history {
display: none !important;
}
| |||