mediawiki-skins-Citizen/resources/skins.citizen.styles/common/hacks.less
2021-01-15 19:56:59 -05:00

37 lines
602 B
Plaintext

// Hide RSS icon
a.feedlink {
background: none !important;
}
// CSS checkbox hack
.mw-checkbox-hack {
&-checkbox {
display: none;
}
&-button {
position: absolute;
z-index: 8;
overflow: hidden;
cursor: pointer;
text-indent: -999px;
}
}
.screen-reader-text {
position: absolute !important;
//.mixin-screen-reader-text;
display: block !important;
overflow: hidden !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
border: 0 !important;
margin: -1px !important;
clip: rect( 1px, 1px, 1px, 1px ) !important;
}
.mw-empty-elt {
display: none;
}