mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #12041 from nextcloud/gridfixes
Properly hide files when searching
This commit is contained in:
commit
3aae3c82a4
1 changed files with 2 additions and 1 deletions
|
|
@ -755,7 +755,8 @@ table.dragshadow td.size {
|
|||
row-gap: 15px;
|
||||
margin: 15px 0;
|
||||
|
||||
tr {
|
||||
// ensure search still filters tr with .hidden
|
||||
tr:not(.hidden) {
|
||||
display: block;
|
||||
position: relative;
|
||||
height: $grid-size + 44px - $grid-pad;
|
||||
|
|
|
|||
Loading…
Reference in a new issue