From 3f08f0066cdfc131dc658ec407bec58d45d14851 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 24 Jan 2019 19:18:08 +0100 Subject: [PATCH] Fix settings section divider being very visible below navigation bar Signed-off-by: Jan-Christoph Borchardt --- settings/css/settings.scss | 6 +++--- 1 file 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 */