[bugfix/frontend] Fix accessibility/focus issues in settings + web ui

This commit is contained in:
tobi 2025-04-09 12:56:04 +02:00
commit bfee7041c0
23 changed files with 380 additions and 152 deletions

View file

@ -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%;