Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix : Hides hidden files an folder in grid view
Signed-off-by: Jérôme Herbinet <[email protected]>

Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet authored Apr 5, 2023
commit d8aa5c2e6ac24bb20e66c719bd75564d48892a89
4 changes: 2 additions & 2 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -995,8 +995,8 @@ table.dragshadow td.size {
row-gap: 15px;
margin: 15px 0;

// ensure search still filters tr with .hidden
tr:not(.hidden) {
// ensure search still filters tr with .hidden-file
tr:not(.hidden-file) {
display: block;
position: relative;
height: $grid-size + 44px - $grid-pad;
Expand Down