Skip to content
Snippets Groups Projects
Commit 79e5a09c authored by Jarek Ostrowski's avatar Jarek Ostrowski Committed by Annabel Dunstone Gray
Browse files

Update note actions icon color

Use gray-600 for color
Ensure passes accessibility reqs
parent 454cbac3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
Loading
Loading
@@ -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;
Loading
Loading
---
title: Update icon color to match design system, pass accessibility
merge_request: 28498
author: Jarek Ostrowski @jareko
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment