Commit a811704c authored by Phil Hughes's avatar Phil Hughes

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
parents 6e1d8ab9 d04a2aef
...@@ -249,13 +249,12 @@ ...@@ -249,13 +249,12 @@
width: 100%; width: 100%;
padding-right: 5px; padding-right: 5px;
} }
} }
.discussion-actions { .discussion-actions {
display: table; display: table;
.new-issue-for-discussion path { .btn-default path {
fill: $gray-darkest; fill: $gray-darkest;
} }
......
...@@ -466,6 +466,10 @@ ul.notes { ...@@ -466,6 +466,10 @@ ul.notes {
float: right; float: right;
margin-left: 10px; margin-left: 10px;
color: $gray-darkest; color: $gray-darkest;
.btn-group > .discussion-next-btn {
margin-left: -1px;
}
} }
.note-actions { .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