From c0477afb5dd0bb373593acf21896a93c9ae92565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 25 Oct 2018 14:40:18 +0200 Subject: [PATCH] Properly hide files when searching MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/css/files.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index a643cb6258fec..4e0bc9c01604d 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -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;