Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-03 21:36:44 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-03 21:36:44 +0300
commit2471b01b11d638116b63c75ab324a3872f0c8245 (patch)
treeb1e386e7d45f7abc02dabb4405afae4c85090bbd /app/assets/stylesheets/pages/icons.scss
parent2a1d701bc6403d0038ba16f2f0e2e185b8415bb1 (diff)
Remove g from svg colors
Diffstat (limited to 'app/assets/stylesheets/pages/icons.scss')
-rw-r--r--app/assets/stylesheets/pages/icons.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/icons.scss b/app/assets/stylesheets/pages/icons.scss
index b7791ae9f37..407c8db211d 100644
--- a/app/assets/stylesheets/pages/icons.scss
+++ b/app/assets/stylesheets/pages/icons.scss
@@ -1,12 +1,12 @@
// CI icon colors
.ci-status-icon {
- &-created g {
+ &-created {
fill: $gray-darkest;
}
- &-skipped g,
- &-canceled g {
+ &-skipped,
+ &-canceled {
fill: $gl-text-color;
}
}