fix: 修复流水线任务编辑页面复制粘贴按钮在夜间模式显示问题

This commit is contained in:
xiaojunnuo
2026-04-11 21:07:23 +08:00
parent 6ee718a252
commit 1e549dfd43
@@ -131,3 +131,15 @@ button.ant-btn.ant-btn-default.isPlus{
box-shadow: none; box-shadow: none;
} }
} }
.dark{
button.ant-btn.ant-btn-default.isPlus{
color: #c5913f;
border: 1px solid #c5913f;
&:disabled {
border-color: hsl(0, 0%, 31%);
color: rgba(233, 233, 233, 0.25);
}
}
}