Skip to content

Commit

Permalink
Fix focus-visible outline for files checkboxes
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
  • Loading branch information
PVince81 committed Feb 22, 2021
1 parent 1bd2407 commit fab5eb4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ table th#headerName {
height: 50px;
}

table th#headerSelection {
padding-top: 2px;
}
table th#headerSize, table td.filesize {
text-align: right;
}
Expand Down Expand Up @@ -482,6 +485,10 @@ table td.selection {
.select-all + label {
padding: 16px;
}
#fileList tr td.selection>.selectCheckBox:focus-visible + label,
.select-all:focus-visible + label {
outline-offset: 0px;
}

#fileList tr td.filename {
position: relative;
Expand Down

0 comments on commit fab5eb4

Please sign in to comment.