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 @@
// Action Icons in big pipeline-graph nodes
> .ci-action-icon-container .ci-action-icon-wrapper {
i {
color: $border-color;
border-radius: 100%;
border: 1px solid $border-color;
padding: 5px 6px;
font-size: 13px;
background: $white-light;
height: 30px;
width: 30px;
&::before {
position: relative;
top: 3px;
left: 3px;
}
height: 30px;
width: 30px;
background: $white-light;
border: 1px solid $border-color;
border-radius: 100%;
display: block;
&:hover {
color: $gl-text-color;
background-color: $stage-hover-bg;
border: 1px solid $stage-hover-bg;
}
&:hover {
background-color: $stage-hover-bg;
border: 1px solid $stage-hover-bg;
}
svg {
fill: $border-color;
position: relative;
left: -1px;
top: -1px;
}
.ci-play-icon {
padding: 5px 5px 5px 7px;
&:hover svg {
fill: $gl-text-color;
}
}
......@@ -653,7 +649,7 @@
font-weight: 100;
font-size: 15px;
position: absolute;
right: 5px;
right: 13px;
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