Merge branch '58538-discussion-top-radius' into 'master'
Fix top border radius of discussions Closes #58538 See merge request gitlab-org/gitlab-ce!28490
This commit is contained in:
commit
9d98535621
3 changed files with 7 additions and 0 deletions
|
@ -55,4 +55,5 @@
|
|||
.discussion .timeline-entry {
|
||||
margin: 0;
|
||||
border-right: 0;
|
||||
border-radius: $border-radius-default $border-radius-default 0 0;
|
||||
}
|
||||
|
|
|
@ -107,6 +107,7 @@ $note-form-margin-left: 72px;
|
|||
|
||||
&.collapsed {
|
||||
color: $gl-text-color-secondary;
|
||||
border-radius: 0 0 $border-radius-default $border-radius-default;
|
||||
|
||||
svg {
|
||||
float: left;
|
||||
|
|
5
changelogs/unreleased/58538-discussion-top-radius.yml
Normal file
5
changelogs/unreleased/58538-discussion-top-radius.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix border radius of discussions
|
||||
merge_request: 28490
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue