summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordimitrieh <dimitriehoekstra@gmail.com>2016-12-20 18:52:35 +0100
committerdimitrieh <dimitriehoekstra@gmail.com>2016-12-20 18:52:35 +0100
commit43510c994424342376f720d2941deaa35c592a69 (patch)
treedfc4cac829e991c30296eb9c470c8ece7f37c204
parent1139da2745eb28be17c8fd6aa0f5de113c0f06a9 (diff)
downloadgitlab-ce-minor-pipeline-graph-edit.tar.gz
minor beautyfixes, except for the hover within hoverminor-pipeline-graph-edit
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss23
1 files 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;