mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-12 23:57:30 -06:00
[bugfix/frontend] Fix accessibility/focus issues in settings + web ui
This commit is contained in:
parent
365b575341
commit
bfee7041c0
23 changed files with 380 additions and 152 deletions
|
|
@ -74,6 +74,14 @@
|
|||
div.blurhash-container > canvas {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
Hide focus outline on click
|
||||
to avoid ugly artifacts.
|
||||
*/
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
summary {
|
||||
|
|
@ -126,6 +134,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
a.photoswipe-slide {
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
&:focus {
|
||||
outline-offset: -0.15rem;
|
||||
}
|
||||
}
|
||||
|
||||
video.plyr-video, .plyr {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue