Commit ac547e41 authored by Takuya Noguchi's avatar Takuya Noguchi

Enable MergeableSelector in scss-lint (for !14567)

parent 2647d8fb
...@@ -475,7 +475,7 @@ ...@@ -475,7 +475,7 @@
top: 5px; top: 5px;
// Action Icons in big pipeline-graph nodes // Action Icons in big pipeline-graph nodes
.ci-action-icon-wrapper { &.ci-action-icon-wrapper {
height: 30px; height: 30px;
width: 30px; width: 30px;
background: $white-light; background: $white-light;
...@@ -500,6 +500,14 @@ ...@@ -500,6 +500,14 @@
width: 18px; width: 18px;
height: 18px; height: 18px;
} }
&.play {
svg {
width: #{$ci-action-icon-size - 8};
height: #{$ci-action-icon-size - 8};
left: 8px;
}
}
} }
} }
...@@ -746,6 +754,28 @@ button.mini-pipeline-graph-dropdown-toggle { ...@@ -746,6 +754,28 @@ button.mini-pipeline-graph-dropdown-toggle {
left: -3px; left: -3px;
position: relative; position: relative;
top: -2px; top: -2px;
&.icon-action-stop,
&.icon-action-cancel {
width: 12px;
height: 12px;
top: 1px;
left: -1px;
}
&.icon-action-play {
width: 11px;
height: 11px;
top: 1px;
left: 1px;
}
&.icon-action-retry {
width: 16px;
height: 16px;
top: 0;
left: -3px;
}
} }
&:hover svg, &:hover svg,
...@@ -762,27 +792,6 @@ button.mini-pipeline-graph-dropdown-toggle { ...@@ -762,27 +792,6 @@ button.mini-pipeline-graph-dropdown-toggle {
} }
} }
svg.icon-action-stop,
svg.icon-action-cancel {
width: 12px;
height: 12px;
top: 1px;
left: -1px;
}
svg.icon-action-play {
width: 11px;
height: 11px;
top: 1px;
left: 1px;
}
svg.icon-action-retry {
width: 16px;
height: 16px;
top: 0;
left: -3px;
}
} }
...@@ -852,12 +861,6 @@ button.mini-pipeline-graph-dropdown-toggle { ...@@ -852,12 +861,6 @@ button.mini-pipeline-graph-dropdown-toggle {
top: -10px; top: -10px;
box-shadow: 0 1px 5px $black-transparent; box-shadow: 0 1px 5px $black-transparent;
.mini-pipeline-graph-dropdown-item {
.ci-status-icon {
top: -1px;
}
}
/** /**
* Top arrow in the dropdown in the big pipeline graph * Top arrow in the dropdown in the big pipeline graph
*/ */
......
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