Merge pull request #12041 from nextcloud/gridfixes

Properly hide files when searching
This commit is contained in:
Roeland Jago Douma 2018-10-29 16:12:44 +01:00 committed by GitHub
commit 3aae3c82a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;