BigW Consortium Gitlab

Commit 73e40d75 by Phil Hughes Committed by Michael Kozono

Merge branch 'fix-unresolve-btn-jump-color' into 'master'

Fix code review discussion action buttons Closes #38891 See merge request gitlab-org/gitlab-ce!14801 (cherry picked from commit a811704c) d04a2aef Fix icon color and btn-group alignment of discussion buttons
parent aaf8547e
......@@ -249,13 +249,12 @@
width: 100%;
padding-right: 5px;
}
}
.discussion-actions {
display: table;
.new-issue-for-discussion path {
.btn-default path {
fill: $gray-darkest;
}
......
......@@ -466,6 +466,10 @@ ul.notes {
float: right;
margin-left: 10px;
color: $gray-darkest;
.btn-group > .discussion-next-btn {
margin-left: -1px;
}
}
.note-actions {
......
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