Skip to content

Commit fab5eb4

Browse files
committed
Fix focus-visible outline for files checkboxes
Signed-off-by: Vincent Petry <[email protected]>
1 parent 1bd2407 commit fab5eb4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

apps/files/css/files.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,9 @@ table th#headerName {
290290
height: 50px;
291291
}
292292

293+
table th#headerSelection {
294+
padding-top: 2px;
295+
}
293296
table th#headerSize, table td.filesize {
294297
text-align: right;
295298
}
@@ -482,6 +485,10 @@ table td.selection {
482485
.select-all + label {
483486
padding: 16px;
484487
}
488+
#fileList tr td.selection>.selectCheckBox:focus-visible + label,
489+
.select-all:focus-visible + label {
490+
outline-offset: 0px;
491+
}
485492

486493
#fileList tr td.filename {
487494
position: relative;

0 commit comments

Comments
 (0)