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

This commit is contained in:
xiaojunnuo
2026-04-11 21:07:23 +08:00
parent 6ee718a252
commit 1e549dfd43

View File

@@ -130,4 +130,16 @@ button.ant-btn.ant-btn-default.isPlus{
background-color: rgba(50, 54, 57, 0.04);
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);
}
}
}