summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-01-24 15:34:20 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-01-24 15:34:20 +0000
commitfebf229b91b8336fb153e0bda0e0820d2eb74044 (patch)
treefc76dde6e7ff3fe065d66f7bd73fc7f81f8f9bf3 /app/assets/stylesheets
parent9f5390d81d63ae4186554aced85094a4b08e1aff (diff)
downloadgitlab-ce-febf229b91b8336fb153e0bda0e0820d2eb74044.tar.gz
Uses sprite icon to render verified commit badge and uniforms css colors42285-not-found-status-icon
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/commits.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index 0cba223c6a6..aeaa33bd3bd 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -310,8 +310,8 @@
}
&.invalid {
- @include status-color($gray-dark, $gray, $common-gray-dark);
- border-color: $common-gray-light;
+ @include status-color($gray-dark, $gray, $gray-darkest);
+ border-color: $gray-darkest;
}
}
@@ -335,8 +335,8 @@
&.invalid {
svg {
- border: 1px solid $common-gray-light;
- fill: $common-gray-light;
+ border: 1px solid $gray-darkest;
+ fill: $gray-darkest;
}
}