Update note actions icon color
Use gray-600 for color Ensure passes accessibility reqs
This commit is contained in:
parent
454cbac3ef
commit
79e5a09c71
3 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||
|
|
5
changelogs/unreleased/62061-note-icon-color.yml
Normal file
5
changelogs/unreleased/62061-note-icon-color.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Update icon color to match design system, pass accessibility
|
||||
merge_request: 28498
|
||||
author: Jarek Ostrowski @jareko
|
||||
type: fixed
|
Loading…
Reference in a new issue