diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-07-22 12:29:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-22 12:29:00 +0200 |
commit | b6376b7bd601607d76d8e73ab44fd9b04afd5db5 (patch) | |
tree | 68a3cff9e5b0e43f3a244a6724052588b34d5285 /apps/files | |
parent | a999af43b1c18c635fb5204edb6dd7d44135cf78 (diff) | |
parent | 68049f1eae162680ae670b7a42b9b6d3128ff26e (diff) | |
download | nextcloud-server-b6376b7bd601607d76d8e73ab44fd9b04afd5db5.tar.gz nextcloud-server-b6376b7bd601607d76d8e73ab44fd9b04afd5db5.zip |
Fix 1px jump when selecting multi table entries (#16475)
Fix 1px jump when selecting multi table entries
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{ |