禁用工作流标签优化

This commit is contained in:
lutinglt
2025-01-11 10:54:59 +08:00
parent 38c3d8f4bf
commit cfaef6de31
2 changed files with 9 additions and 2 deletions

View File

@@ -1,4 +1,12 @@
// Made by Luting ^-^
// 禁用工作流标签
.ui.vertical.menu .item > .ui.red.label {
color: var(--color-error-text);
border: 1px solid var(--color-error-border);
background: var(--color-error-bg);
margin-top: 0.5px;
}
.job-step-summary {
color: var(--color-console-fg-subtle);
}