Commit 483fc1af authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'pedroms-fix-mr-threads-icon-button-color' into 'master'

Fix merge request thread’s icon buttons color

See merge request gitlab-org/gitlab!28465
parents ff0f18ec 7fde9332
......@@ -281,7 +281,7 @@ table {
display: table;
svg {
fill: $gray-darkest;
fill: $gray-700;
}
.btn-group {
......
......@@ -855,7 +855,7 @@ $note-form-margin-left: 72px;
line-height: $gl-line-height;
svg {
fill: $gray-darkest;
fill: $gray-700;
}
&.discussion-create-issue-btn {
......@@ -893,7 +893,7 @@ $note-form-margin-left: 72px;
.line-resolve-btn {
margin-right: 5px;
color: $gray-darkest;
color: $gray-700;
svg {
vertical-align: middle;
......
---
title: Fix merge request thread’s icon buttons color
merge_request: 28465
author:
type: other
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