Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2019-07-20 12:26:06 +0300
committerMichael Weimann <mail@michael-weimann.eu>2019-07-20 12:28:52 +0300
commit68049f1eae162680ae670b7a42b9b6d3128ff26e (patch)
tree4184b5ca83d0c68aa2b6303f5a684c45ba40ef54 /apps/files/css
parent602a48c411cb242840a25f59e5eff44e40d0094c (diff)
Fix 1px jump when selecting multi table entries
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.scss1
1 files changed, 0 insertions, 1 deletions
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{