Use secondary color for SVG icons in CI buttons

This commit is contained in:
Winnie Hellmann 2018-09-20 09:30:43 +02:00 committed by Alessio Caiazza
parent 7fffe0fb37
commit 33304b3257
1 changed files with 4 additions and 0 deletions

View File

@ -360,6 +360,10 @@
i {
color: $gl-text-color-secondary;
}
svg {
fill: $gl-text-color-secondary;
}
}
.clone-dropdown-btn a {