Commit 95c2791b authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '62061-note-icon-color' into 'master'

Update note actions icon color

Closes #62061

See merge request gitlab-org/gitlab-ce!28498
parents 454cbac3 79e5a09c
......@@ -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