mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
fix: 修复流水线任务编辑页面复制粘贴按钮在夜间模式显示问题
This commit is contained in:
@@ -130,4 +130,16 @@ button.ant-btn.ant-btn-default.isPlus{
|
|||||||
background-color: rgba(50, 54, 57, 0.04);
|
background-color: rgba(50, 54, 57, 0.04);
|
||||||
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);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user