Update note actions icon color

Use gray-600 for color
Ensure passes accessibility reqs
This commit is contained in:
Jarek Ostrowski 2019-05-22 15:13:08 +00:00 committed by Annabel Dunstone Gray
parent 454cbac3ef
commit 79e5a09c71
3 changed files with 8 additions and 3 deletions

View File

@ -325,8 +325,8 @@
line-height: 1;
padding: 0;
min-width: 16px;
color: $gray-darkest;
fill: $gray-darkest;
color: $gray-600;
fill: $gray-600;
.fa {
position: relative;

View File

@ -645,7 +645,7 @@ $note-form-margin-left: 72px;
display: inline-flex;
align-items: center;
margin-left: 10px;
color: $gray-darkest;
color: $gray-600;
@include notes-media('max', map-get($grid-breakpoints, sm) - 1) {
float: none;

View File

@ -0,0 +1,5 @@
---
title: Update icon color to match design system, pass accessibility
merge_request: 28498
author: Jarek Ostrowski @jareko
type: fixed