mediawiki-skins-Citizen/resources/skins.citizen.styles/common/hacks.less
alistair3149 000643ad36
refactor(core): clean up personal menu
This is a part of the header refactor
* Clean up DOM strcture
* Clean up unnessecary styles
* Clean up HTML classes
* Add active state to button
2022-05-10 13:36:52 -04:00

29 lines
370 B
Plaintext

// Hide RSS icon
a.feedlink {
background: none !important;
}
// CSS checkbox hack
// TODO: See what MW core offer and maybe we can take it off
.mw-checkbox-hack {
&-checkbox {
display: none;
}
&-button {
cursor: pointer;
> span {
.mixin-screen-reader-text;
}
}
}
.screen-reader-text {
.mixin-screen-reader-text;
}
.mw-empty-elt {
display: none;
}