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:
Phil Hughes 2017-09-21 07:20:48 +00:00
commit 6374530d6d
1 changed files with 6 additions and 14 deletions

View File

@ -727,6 +727,12 @@ ul.notes {
border-bottom-left-radius: 0;
}
.btn {
svg path {
fill: $gray-darkest;
}
}
.btn.discussion-create-issue-btn {
margin-left: -4px;
border-radius: 0;
@ -741,10 +747,6 @@ ul.notes {
border: 0;
}
}
.new-issue-for-discussion path {
fill: $gray-darkest;
}
}
}
@ -817,16 +819,6 @@ ul.notes {
vertical-align: middle;
}
.discussion-next-btn {
svg {
margin: 0;
path {
fill: $gray-darkest;
}
}
}
// Merge request notes in diffs
.diff-file {
// Diff is inline