There was an error while loading. Please reload this page.
1 parent 2383a9e commit bbc5b64Copy full SHA for bbc5b64
1 file changed
apps/files/css/files.scss
@@ -290,6 +290,9 @@ table th#headerName {
290
height: 50px;
291
}
292
293
+table th#headerSelection {
294
+ padding-top: 2px;
295
+}
296
table th#headerSize, table td.filesize {
297
text-align: right;
298
@@ -482,6 +485,10 @@ table td.selection {
482
485
.select-all + label {
483
486
padding: 16px;
484
487
488
+#fileList tr td.selection>.selectCheckBox:focus-visible + label,
489
+.select-all:focus-visible + label {
490
+ outline-offset: 0px;
491
492
493
#fileList tr td.filename {
494
position: relative;
0 commit comments