diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index c323ff9b51b..3643f11d276 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -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;