Skip to content

Commit 46e364f

Browse files
authored
Merge pull request #477 from nextmcloud/nmc/5424-pending-share-remove-three-dot-menu-and-add-to-favorite-in-batch-action-bar
nmc/5424-pending-share-remove-three-dot-menu-and-add-to-favorite-in-batch-action-bar
2 parents 366a9c7 + d5ecd41 commit 46e364f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

css/apps/files.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,9 +1563,16 @@ body.nmc-pendingshares-view {
15631563
.files-list__row-actions-batch-move-copy,
15641564
.files-list__row-actions-batch-download,
15651565
.files-list__row-actions-batch-delete,
1566-
.files-list__row-actions-batch-cancel_select {
1566+
.files-list__row-actions-batch-cancel_select,
1567+
.files-list__row-actions-batch-favorite {
15671568
display: none;
15681569
}
1570+
1571+
@media screen and (min-width: $breakpoint-mobile) {
1572+
.action-items > div.action-item {
1573+
display: none;
1574+
}
1575+
}
15691576
}
15701577

15711578
#body-user,

0 commit comments

Comments
 (0)