diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2019-07-20 11:26:06 +0200 |
---|---|---|
committer | Michael Weimann <mail@michael-weimann.eu> | 2019-07-20 11:28:52 +0200 |
commit | 68049f1eae162680ae670b7a42b9b6d3128ff26e (patch) | |
tree | 4184b5ca83d0c68aa2b6303f5a684c45ba40ef54 /apps/files | |
parent | 602a48c411cb242840a25f59e5eff44e40d0094c (diff) | |
download | nextcloud-server-68049f1eae162680ae670b7a42b9b6d3128ff26e.tar.gz nextcloud-server-68049f1eae162680ae670b7a42b9b6d3128ff26e.zip |
Fix 1px jump when selecting multi table entries
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.scss | 1 |
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{ |