Skip to content

Commit 8f682d0

Browse files
authored
Merge pull request #474 from nextmcloud/nmc/5830-files-incorrect-border-drawn-around-select-all
incorrect border around select all is removed
2 parents f3df6aa + 123149b commit 8f682d0

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

css/apps/files.scss

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,11 @@ table.files-filestable {
959959
th.files-list__column.files-list__ {
960960
&row-checkbox {
961961
width: 4rem;
962+
963+
.checkbox-radio-switch__input:focus-visible + .checkbox-radio-switch__content {
964+
border: none !important;
965+
outline: none !important;
966+
}
962967
}
963968

964969
&row-name {
@@ -1558,16 +1563,9 @@ body.nmc-pendingshares-view {
15581563
.files-list__row-actions-batch-move-copy,
15591564
.files-list__row-actions-batch-download,
15601565
.files-list__row-actions-batch-delete,
1561-
.files-list__row-actions-batch-cancel_select,
1562-
.files-list__row-actions-batch-favorite {
1566+
.files-list__row-actions-batch-cancel_select {
15631567
display: none;
15641568
}
1565-
1566-
@media screen and (min-width: $breakpoint-desktop) {
1567-
.files-list__row-actions-batch .action-item__menutoggle {
1568-
display: none;
1569-
}
1570-
}
15711569
}
15721570

15731571
#body-user,

0 commit comments

Comments
 (0)