mirror of
https://github.com/certd/certd.git
synced 2026-04-26 22:07:29 +08:00
fix: 修复流水线任务编辑页面复制粘贴按钮在夜间模式显示问题
This commit is contained in:
@@ -131,3 +131,15 @@ button.ant-btn.ant-btn-default.isPlus{
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user