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

35 lines
658 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 {
position: absolute;
z-index: 8;
display: block;
width: @icon-box-size + @margin-side + @icon-padding;
height: @header-height;
margin: 0;
2020-06-12 06:03:05 +00:00
cursor: pointer;
opacity: 0;
2020-06-12 06:03:05 +00:00
-webkit-touch-callout: none;
}
.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;
}