From efdb535a5d04d800c4182ad473df5433640817f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 23 Oct 2018 08:23:22 +0200 Subject: [PATCH] Fix grey background over thumbnail 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 2b8c9aa2836..30b61266375 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -769,7 +769,8 @@ table.dragshadow td.size { &:hover, &:focus, &:active, &.selected, &.searchresult, - .name:focus { + .name:focus, + &.highlighted { background-color: transparent; .thumbnail-wrapper,