Commit 2471b01b authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Remove g from svg colors

parent 2a1d701b
// CI icon colors // CI icon colors
.ci-status-icon { .ci-status-icon {
&-created g { &-created {
fill: $gray-darkest; fill: $gray-darkest;
} }
&-skipped g, &-skipped,
&-canceled g { &-canceled {
fill: $gl-text-color; fill: $gl-text-color;
} }
} }
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