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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2019-01-24 21:18:08 +0300
committerBackportbot <backportbot-noreply@rullzer.com>2019-01-27 20:56:15 +0300
commit3f08f0066cdfc131dc658ec407bec58d45d14851 (patch)
tree253a68473bb72d6a4ca0cfc6f34a4d9a0ce2432f /settings
parent8fa8f51ed586264c848a14246eda37545b7dfdc2 (diff)
Fix settings section divider being very visible below navigation bar
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index d384ef26577..563067dd095 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -937,9 +937,9 @@ span.version {
.section {
margin-bottom: 0;
- /* use 2nd child since app-navigation-toggle is the first */
- &:not(:nth-child(2)) {
- border-top: 1px solid var(--color-border);
+ /* section divider lines, none needed for last one */
+ &:not(:last-child) {
+ border-bottom: 1px solid var(--color-border);
}
/* correctly display help icons next to headings */