3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-22 09:15:03 +00:00

docs: accessibility improvements

This commit is contained in:
Dragory 2020-12-13 22:33:25 +02:00
parent 7336b75a8c
commit ba8d417017
4 changed files with 19 additions and 7 deletions

View file

@ -2,4 +2,8 @@
& .router-link-active {
@apply underline;
}
&.closed:not(:focus-within) {
@apply sr-only;
}
}