From 2d2f54ac7daec137c08358ca48234e0e06bfe4cc Mon Sep 17 00:00:00 2001 From: Marcel van Remmerden Date: Thu, 8 Aug 2019 16:21:19 +0000 Subject: Backport MR for !14877 in ee --- app/assets/stylesheets/pages/settings.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss index 3b62121eb0d..6db89cdd0e4 100644 --- a/app/assets/stylesheets/pages/settings.scss +++ b/app/assets/stylesheets/pages/settings.scss @@ -24,12 +24,16 @@ .settings { // border-top for each item except the top one - + .settings { - border-top: 1px solid $border-color; - } + border-top: 1px solid $border-color; &:first-of-type { margin-top: 10px; + border: 0; + } + + + div .settings:first-of-type { + margin-top: 0; + border-top: 1px solid $border-color; } &.animating { -- cgit v1.2.1