From 21116c50c0a76fc52a632afd307919a73947c4cd Mon Sep 17 00:00:00 2001 From: Fatih Acet Date: Tue, 13 Nov 2018 00:18:54 +0100 Subject: Border radius fixes for redesigned discussions --- app/assets/stylesheets/pages/notes.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 1b957f6cc69..adcc3577a9c 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -71,10 +71,6 @@ $note-form-margin-left: 72px; li.note { border-bottom: 1px solid $border-color; - - &:first-child { - border-radius: $border-radius-default $border-radius-default 0 0; - } } } @@ -387,6 +383,7 @@ $note-form-margin-left: 72px; line-height: 42px; padding: 0 $gl-padding; border-top: 1px solid $border-color; + border-radius: 0; &:hover { background-color: $gray-light; -- cgit v1.2.1