diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index c9d54b4f3d3f70cc9eab1a136e68f6f26f711756..cd1eacaf28f1a4696b3b0a6c918821668eaa9aef 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;