summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-11-13 17:27:22 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-11-13 17:27:22 +0000
commitfc7760636ea3f90cefff28844b6e4435b11cca73 (patch)
tree8b9f51dacae130045f031820042e7917fc42153b
parent24971b5bd8cf36f1a7809061aebb08a9ce328823 (diff)
parent21116c50c0a76fc52a632afd307919a73947c4cd (diff)
downloadgitlab-ce-fc7760636ea3f90cefff28844b6e4435b11cca73.tar.gz
Merge branch '_acet-discussion-redesign-fixes' into 'master'
Border radius fixes for redesigned discussions Closes #53880 and #53767 See merge request gitlab-org/gitlab-ce!23006
-rw-r--r--app/assets/stylesheets/pages/notes.scss5
1 files changed, 1 insertions, 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;