Commit 13d640a1 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Marin Jankovski

Merge branch 'resolve-note-svg-color' into 'master'

Fixed discussion note resolve button SVG color

See merge request !8250
parent 6aaabf27
...@@ -566,18 +566,14 @@ ul.notes { ...@@ -566,18 +566,14 @@ ul.notes {
&.is-active { &.is-active {
color: $gl-text-green; color: $gl-text-green;
svg path { svg {
fill: $gl-text-green; fill: $gl-text-green;
} }
} }
svg { svg {
position: relative; position: relative;
color: $gray-darkest; fill: $gray-darkest;
path {
fill: $gray-darkest;
}
} }
} }
......
---
title: Fixed resolve discussion note button color
merge_request:
author:
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