Commit 22d930ae authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Make resolve discussion icon gray

parent d3ee059d
...@@ -727,6 +727,12 @@ ul.notes { ...@@ -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 { ...@@ -741,10 +747,6 @@ ul.notes {
border: 0; border: 0;
} }
} }
.new-issue-for-discussion path {
fill: $gray-darkest;
}
} }
} }
...@@ -817,16 +819,6 @@ ul.notes { ...@@ -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
......
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