From 43510c994424342376f720d2941deaa35c592a69 Mon Sep 17 00:00:00 2001 From: dimitrieh Date: Tue, 20 Dec 2016 18:52:35 +0100 Subject: minor beautyfixes, except for the hover within hover --- app/assets/stylesheets/pages/pipelines.scss | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index c9d54b4f3d3..cd1eacaf28f 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -483,11 +483,6 @@ top: 5px; } - .ci-status-icon { - position: relative; - top: 1px; - } - .ci-status-icon svg { height: 20px; width: 20px; @@ -626,10 +621,6 @@ a { display: inline-block; - - &:hover { - background-color: $stage-hover-bg; - } } ul { @@ -651,12 +642,26 @@ .build-content { width: 100%; + + &:hover { + background-color: $stage-hover-bg; + } + + .ci-status-icon { + position: relative; + top: 1px; + } } .ci-action-icon-container { font-size: 11px; position: absolute; right: 4px; + margin-top: -1px; + + &:hover { + background-color: transparent; + } i { width: 25px; -- cgit v1.2.1