summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/pages/status.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/status.scss b/app/assets/stylesheets/pages/status.scss
index f3b0608e545..637df7e349e 100644
--- a/app/assets/stylesheets/pages/status.scss
+++ b/app/assets/stylesheets/pages/status.scss
@@ -113,6 +113,19 @@
fill: $gl-gray-light;
}
}
+
+ &.ci-manual {
+ color: $gl-gray-dark;
+ border-color: $gl-gray-dark;
+
+ &:not(span):hover {
+ background-color: rgba( $gl-gray-dark, .07);
+ }
+
+ svg {
+ fill: $gl-gray-dark;
+ }
+ }
}
}