Fix focus-visible outline for files checkboxes

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
Vincent Petry 2020-11-20 17:40:43 +01:00
parent 23c143e034
commit 53b162bad9
No known key found for this signature in database
GPG Key ID: E055D6A4D513575C
1 changed files with 7 additions and 0 deletions

View File

@ -290,6 +290,9 @@ table th#headerName {
height: 50px;
}
table th#headerSelection {
padding-top: 2px;
}
table th#headerSize, table td.filesize {
text-align: right;
}
@ -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;