Commit e2babfbd authored by Clement Ho's avatar Clement Ho

Merge branch '40638-star-icon' into 'master'

Fix star icon color/stroke

Closes #40638

See merge request gitlab-org/gitlab-ce!15636
parents f1d1cea8 9fe7aa70
...@@ -291,16 +291,9 @@ ...@@ -291,16 +291,9 @@
} }
svg { svg {
path {
fill: $layout-link-gray; fill: $layout-link-gray;
} }
use {
stroke: $layout-link-gray;
}
}
.fa-caret-down { .fa-caret-down {
margin-left: 3px; margin-left: 3px;
} }
......
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