From 5b5cafe024c4437a17a219708c9ec00376e98ece Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Date: Fri, 15 Jul 2016 11:05:06 -0500 Subject: Add global style for running icon --- app/assets/stylesheets/pages/status.scss | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'app/assets/stylesheets/pages/status.scss') 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; + } +} -- cgit v1.2.1