diff options
author | Jan C. Borchardt <hey@jancborchardt.net> | 2022-09-08 12:56:18 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-09-08 18:24:29 +0200 |
commit | 43616a7b1f94580bcf706729d57fb4aefd692e6b (patch) | |
tree | 92e077ca96d82650c19a37a96c1ca4ea89448d5b /core/css | |
parent | b0392f4a5c7711478ae95c7a41f320eea87de6ef (diff) | |
download | nextcloud-server-43616a7b1f94580bcf706729d57fb4aefd692e6b.tar.gz nextcloud-server-43616a7b1f94580bcf706729d57fb4aefd692e6b.zip |
Remove separation borders from contacts menu entries
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/server.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/server.css b/core/css/server.css index 528a2599a5a..8066f66a016 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -908,7 +908,6 @@ span.ui-icon { position: relative; align-items: center; padding: 3px 3px 3px 10px; - border-bottom: 1px solid var(--color-border); /* actions menu */ } #header .header-right > div#contactsmenu > .menu .contact .avatar { |