summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/icons.scss
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-07 21:07:54 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-07 21:07:54 +0000
commit8c8b94e7116fa478ad490bd14c09565d23097f57 (patch)
tree9e4637aa0fe498a5523c86932b87ff691ec72af6 /app/assets/stylesheets/framework/icons.scss
parenteadb77d89f5f7d445bfd326f18873168f4719f12 (diff)
downloadgitlab-ce-8c8b94e7116fa478ad490bd14c09565d23097f57.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/framework/icons.scss')
-rw-r--r--app/assets/stylesheets/framework/icons.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/icons.scss b/app/assets/stylesheets/framework/icons.scss
index 7332c4981d2..a53f5d85949 100644
--- a/app/assets/stylesheets/framework/icons.scss
+++ b/app/assets/stylesheets/framework/icons.scss
@@ -31,7 +31,16 @@
}
}
-.ci-status-icon-preparing,
+.ci-status-icon-preparing {
+ svg {
+ fill: $gray-500;
+ }
+
+ &.add-border {
+ @include borderless-status-icon($gray-500);
+ }
+}
+
.ci-status-icon-running {
svg {
fill: $blue-400;