Commit 79e5a09c authored by Jarek Ostrowski's avatar Jarek Ostrowski Committed by Annabel Dunstone Gray

Update note actions icon color

Use gray-600 for color
Ensure passes accessibility reqs
parent 454cbac3
......@@ -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;
......
......@@ -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;
......
---
title: Update icon color to match design system, pass accessibility
merge_request: 28498
author: Jarek Ostrowski @jareko
type: fixed
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