mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 05:52:25 -05: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
|
|
@ -81,6 +81,24 @@
|
|||
height: $avatar-size;
|
||||
width: $avatar-size;
|
||||
|
||||
/*
|
||||
Link to open media in slide
|
||||
should fill entire media wrapper.
|
||||
*/
|
||||
a.photoswipe-slide {
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
/*
|
||||
Offset to avoid clashing with
|
||||
thick border around avatars.
|
||||
*/
|
||||
&:focus {
|
||||
outline-offset: 0.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.avatar {
|
||||
/*
|
||||
Fit 100% of the wrapper.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue