feat(dashboard): make navigating more screenreader friendly

This commit is contained in:
Draconizations
2022-05-20 12:09:10 +02:00
parent 379bb7c55d
commit 1eb910e61e
5 changed files with 20 additions and 4 deletions

View File

@@ -163,4 +163,16 @@ img.emoji {
width: auto;
margin: 0 .05em 0 .1em;
vertical-align: -0.1125em;
}
}
//misc
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}