Merge branch 'resolve-discussions-btn' into 'master'
Make resolve discussion icon gray See merge request gitlab-org/gitlab-ce!14398
This commit is contained in:
commit
6374530d6d
1 changed files with 6 additions and 14 deletions
|
@ -727,6 +727,12 @@ ul.notes {
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
svg path {
|
||||||
|
fill: $gray-darkest;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.btn.discussion-create-issue-btn {
|
.btn.discussion-create-issue-btn {
|
||||||
margin-left: -4px;
|
margin-left: -4px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -741,10 +747,6 @@ ul.notes {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-issue-for-discussion path {
|
|
||||||
fill: $gray-darkest;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -817,16 +819,6 @@ ul.notes {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.discussion-next-btn {
|
|
||||||
svg {
|
|
||||||
margin: 0;
|
|
||||||
|
|
||||||
path {
|
|
||||||
fill: $gray-darkest;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Merge request notes in diffs
|
// Merge request notes in diffs
|
||||||
.diff-file {
|
.diff-file {
|
||||||
// Diff is inline
|
// Diff is inline
|
||||||
|
|
Loading…
Reference in a new issue