Skip to content

Commit 6f6c570

Browse files
sukhwinder33445nilmerg
authored andcommitted
Hide list selection-count and action list hint in minimal layout
- Mobile only supports single-column layouts, so multiple selection and navigation are not available.
1 parent cb5dd3f commit 6f6c570

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/css/list/action-list.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@
1212
user-select: none;
1313
}
1414
}
15+
16+
#layout.minimal-layout .footer > .selection-count {
17+
display: none;
18+
}

0 commit comments

Comments
 (0)