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

30 lines
622 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 {
width: @icon-box-size + @margin-side + @icon-padding;
height: @header-height;
position: absolute;
z-index: 8;
margin: 0;
display: block;
opacity: 0;
cursor: pointer;
-webkit-touch-callout: none;
}
.screen-reader-text {
//.mixin-screen-reader-text;
display: block !important;
position: absolute !important;
clip: rect( 1px, 1px, 1px, 1px ) !important;
width: 1px !important;
height: 1px !important;
margin: -1px !important;
border: 0 !important;
padding: 0 !important;
overflow: hidden !important;
}