Commit 7fde9332 authored by Pedro Moreira da Silva's avatar Pedro Moreira da Silva Committed by Natalia Tepluhina

Fix merge request thread’s icon buttons color

Currently the buttons look disabled because of the
very light gray icons. This aligns the icon’s color
with the Pajamas button design specs
(https://design.gitlab.com/components/button/).
parent 98dbc055
......@@ -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