-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix checkbox layout #2182
Fix checkbox layout #2182
Conversation
/compile / |
ae15b5c
to
b4f66aa
Compare
Why not dropping the So instead add the label as aria label here: photos/src/components/File.vue Line 74 in b4f66aa
|
b4f66aa
to
e1f4008
Compare
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
e1f4008
to
5f6725a
Compare
@@ -335,14 +334,14 @@ export default { | |||
width: fit-content; | |||
|
|||
// Make the checkbox background round on hover. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right here, a nitpick is that now we want the background to always be present for accessibility reasons, no? So the comment could remove the hover part
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the changes suggested by @susnux and just the nitpick at the comment, everything looks good to me
Issue due to an internal change in
@nc/vue