Skip to content
代码片段 群组 项目
提交 c4d3a99b 编辑于 作者: Simon Knox's avatar Simon Knox
浏览文件

Fix manual pipeline icons in dark mode

Changelog: fixed
上级 489340c2
No related branches found
No related tags found
无相关合并请求
...@@ -94,7 +94,14 @@ ...@@ -94,7 +94,14 @@
&.ci-status-icon-scheduled, &.ci-status-icon-scheduled,
&.ci-status-icon-disabled, &.ci-status-icon-disabled,
&.ci-status-icon-manual { &.ci-status-icon-manual {
@include mini-pipeline-graph-color(var(--white, $white), $gray-500, $gray-700, $gray-900, $gray-950, $black); @include mini-pipeline-graph-color(
var(--white, $white),
var(--gray-500, $gray-500),
var(--gray-700, $gray-700),
var(--gray-900, $gray-900),
var(--gray-950, $gray-950),
var(--black, $black)
);
} }
&.ci-status-icon-preparing, &.ci-status-icon-preparing,
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册