Border radius fixes for redesigned discussions

This commit is contained in:
Fatih Acet 2018-11-13 00:18:54 +01:00
parent dbb342d4d9
commit 21116c50c0
No known key found for this signature in database
GPG key ID: E994FE39E29B7E11

View file

@ -71,10 +71,6 @@ $note-form-margin-left: 72px;
li.note { li.note {
border-bottom: 1px solid $border-color; 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; line-height: 42px;
padding: 0 $gl-padding; padding: 0 $gl-padding;
border-top: 1px solid $border-color; border-top: 1px solid $border-color;
border-radius: 0;
&:hover { &:hover {
background-color: $gray-light; background-color: $gray-light;