mediawiki-skins-Citizen/resources/skins.citizen.styles/common/hacks.less

29 lines
370 B
Plaintext
Raw Normal View History

2020-06-12 06:03:05 +00:00
// Hide RSS icon
a.feedlink {
background: none !important;
}
// CSS checkbox hack
// TODO: See what MW core offer and maybe we can take it off
2020-06-12 06:03:05 +00:00
.mw-checkbox-hack {
&-checkbox {
display: none;
}
&-button {
cursor: pointer;
> span {
.mixin-screen-reader-text;
}
}
2020-06-12 06:03:05 +00:00
}
.screen-reader-text {
.mixin-screen-reader-text;
2020-06-12 06:03:29 +00:00
}
2020-07-28 21:47:24 +00:00
.mw-empty-elt {
display: none;
}