Commit abc170c4 authored by dimitrieh's avatar dimitrieh Committed by Filipa Lacerda

fixed pipeline graph action buttons and counter badge positioning

parent 06615570
...@@ -490,31 +490,27 @@ ...@@ -490,31 +490,27 @@
// Action Icons in big pipeline-graph nodes // Action Icons in big pipeline-graph nodes
> .ci-action-icon-container .ci-action-icon-wrapper { > .ci-action-icon-container .ci-action-icon-wrapper {
i { height: 30px;
color: $border-color; width: 30px;
border-radius: 100%; background: $white-light;
border: 1px solid $border-color; border: 1px solid $border-color;
padding: 5px 6px; border-radius: 100%;
font-size: 13px; display: block;
background: $white-light;
height: 30px;
width: 30px;
&::before {
position: relative;
top: 3px;
left: 3px;
}
&:hover { &:hover {
color: $gl-text-color; background-color: $stage-hover-bg;
background-color: $stage-hover-bg; border: 1px solid $stage-hover-bg;
border: 1px solid $stage-hover-bg; }
}
svg {
fill: $border-color;
position: relative;
left: -1px;
top: -1px;
} }
.ci-play-icon { &:hover svg {
padding: 5px 5px 5px 7px; fill: $gl-text-color;
} }
} }
...@@ -653,7 +649,7 @@ ...@@ -653,7 +649,7 @@
font-weight: 100; font-weight: 100;
font-size: 15px; font-size: 15px;
position: absolute; position: absolute;
right: 5px; right: 13px;
top: 8px; top: 8px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment