summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-01-22 14:43:15 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-01-22 14:43:15 +0000
commitb49c555b563d3a86b6d46c3f5180c505dbe76ae4 (patch)
treef9ce9887ae5152f363a894afe8879c8d5f93e23e
parent2b77d7a7e74372698c1218b60ea968ec0dba2bc8 (diff)
downloadgitlab-ce-fl-update-svg.tar.gz
Update notfound icon colorfl-update-svg
-rw-r--r--app/assets/stylesheets/framework/icons.scss9
1 files changed, 2 insertions, 7 deletions
diff --git a/app/assets/stylesheets/framework/icons.scss b/app/assets/stylesheets/framework/icons.scss
index 8b8da78a4f5..30314f3d6cb 100644
--- a/app/assets/stylesheets/framework/icons.scss
+++ b/app/assets/stylesheets/framework/icons.scss
@@ -33,7 +33,8 @@
}
.ci-status-icon-created,
-.ci-status-icon-skipped {
+.ci-status-icon-skipped,
+.ci-status-icon-notfound {
svg {
fill: $gray-darkest;
}
@@ -45,12 +46,6 @@
}
}
-.ci-status-icon-notfound {
- svg {
- fill: $common-gray-light;
- }
-}
-
.icon-link {
&:hover {
text-decoration: none;