summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/status.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-15 11:05:06 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-19 06:04:04 -0700
commit5b5cafe024c4437a17a219708c9ec00376e98ece (patch)
tree9885adcf180c0e9946ab81ce14054b2b01c21b7b /app/assets/stylesheets/pages/status.scss
parent068f2f4f161c40310687198dbcec243b1361264f (diff)
downloadgitlab-ce-5b5cafe024c4437a17a219708c9ec00376e98ece.tar.gz
Add global style for running icon
Diffstat (limited to 'app/assets/stylesheets/pages/status.scss')
-rw-r--r--app/assets/stylesheets/pages/status.scss23
1 files changed, 15 insertions, 8 deletions
diff --git a/app/assets/stylesheets/pages/status.scss b/app/assets/stylesheets/pages/status.scss
index 8f3d9362a0a..a0e008c98e5 100644
--- a/app/assets/stylesheets/pages/status.scss
+++ b/app/assets/stylesheets/pages/status.scss
@@ -41,14 +41,6 @@
color: $blue-normal;
border-color: $blue-normal;
}
-
- svg {
- width: 13px;
- height: 13px;
- position: relative;
- top: 1px;
- margin-left: 3px;
- }
}
.ci-status-icon-success {
@@ -70,3 +62,18 @@
color: $gl-gray;
}
}
+
+.ci-running,
+.ci-status-icon-running {
+ svg {
+ height: 13px;
+ width: 13px;
+ position: relative;
+ top: 2px;
+ margin: 0 3px;
+ }
+
+ &:hover {
+ text-decoration: none;
+ }
+}