3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-22 17:25:01 +00:00

docs: more accessibility tweaks

This commit is contained in:
Dragory 2020-12-13 23:18:19 +02:00
parent f1e8606c2c
commit d414207be9
2 changed files with 8 additions and 4 deletions

View file

@ -32,3 +32,7 @@
.inline-icon {
top: 0.125rem;
}
.sr-only-when-not-focused:not(:focus-within) {
@apply sr-only;
}