From 68049f1eae162680ae670b7a42b9b6d3128ff26e Mon Sep 17 00:00:00 2001
From: Michael Weimann <mail@michael-weimann.eu>
Date: Sat, 20 Jul 2019 11:26:06 +0200
Subject: [PATCH] Fix 1px jump when selecting multi table entries

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
---
 apps/files/css/files.scss | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 7a558d7c2ed..e0f07bd1cf6 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -293,7 +293,6 @@ table.multiselect thead {
 table.multiselect thead th {
 	background-color: var(--color-main-background-translucent);
 	font-weight: bold;
-	border-bottom: 0;
 }
 
 #app-content.with-app-sidebar table.multiselect thead{
-- 
GitLab