mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 14:57:31 +00:00
000643ad36
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
29 lines
370 B
Plaintext
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;
|
|
}
|