Commit fc776063 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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
parents 24971b5b 21116c50
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment