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

34 lines
547 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
.mw-checkbox-hack {
&-checkbox {
display: none;
}
&-button {
overflow: hidden;
text-indent: -999px;
}
2020-06-12 06:03:05 +00:00
}
.screen-reader-text {
position: absolute !important;
2020-06-12 06:03:05 +00:00
//.mixin-screen-reader-text;
display: block !important;
overflow: hidden !important;
2020-06-12 06:03:05 +00:00
width: 1px !important;
height: 1px !important;
padding: 0 !important;
border: 0 !important;
margin: -1px !important;
clip: rect( 1px, 1px, 1px, 1px ) !important;
2020-06-12 06:03:29 +00:00
}
2020-07-28 21:47:24 +00:00
.mw-empty-elt {
display: none;
}