mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 14:34:09 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
f9dad61263
commit
eed8972d2b
|
@ -135,13 +135,13 @@
|
|||
// To hide objects, but keep them accessible for screen-readers
|
||||
// From https://www.a11yproject.com/posts/how-to-hide-content
|
||||
.hidden() {
|
||||
clip: rect(0 0 0 0);
|
||||
clip-path: inset(50%);
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
clip: rect( 0 0 0 0 );
|
||||
clip-path: inset( 50% );
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
// Set content to be at the center
|
||||
|
|
Loading…
Reference in a new issue