summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-18 07:50:42 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-18 07:50:42 -0700
commit4be28d28ab515c26b01881bdf550778cc1757dc2 (patch)
tree0052c44a110f0b164c44eebcd418f55772f05513
parent3be717a34c8a6717583a6ab2e26c246e4f7be965 (diff)
downloadgitlab-ce-4be28d28ab515c26b01881bdf550778cc1757dc2.tar.gz
Unify all MR widget text colors and background colors
-rw-r--r--app/assets/stylesheets/pages/merge_requests.scss37
1 files changed, 1 insertions, 36 deletions
diff --git a/app/assets/stylesheets/pages/merge_requests.scss b/app/assets/stylesheets/pages/merge_requests.scss
index b6a82460f25..1525abc3767 100644
--- a/app/assets/stylesheets/pages/merge_requests.scss
+++ b/app/assets/stylesheets/pages/merge_requests.scss
@@ -62,6 +62,7 @@
.ci_widget {
border-bottom: 1px solid $well-inner-border;
+ color: $gl-gray;
svg {
margin-right: 4px;
@@ -70,48 +71,12 @@
overflow: visible;
}
- &.ci-success {
- color: $gl-success;
-
- a.environment,
- a.pipeline {
- color: inherit;
- }
- }
-
&.ci-success_with_warnings {
- color: $gl-success;
i {
color: $gl-warning;
}
}
-
- &.ci-skipped {
- background-color: #eee;
- color: #888;
- }
-
- &.ci-pending {
- color: $gl-warning;
- }
-
- &.ci-running {
- color: $blue-normal;
- }
-
- &.ci-failed,
- &.ci-error {
- color: $gl-danger;
- }
-
- &.ci-canceled {
- color: $gl-gray;
- }
-
- a.monospace {
- color: inherit;
- }
}
.mr-widget-body,