分支及分支菜单按钮优化

This commit is contained in:
lutinglt
2025-01-11 18:39:06 +08:00
parent 7c81b764db
commit 2c03bd213a
3 changed files with 56 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
// Made by Luting ^-^
// 禁用工作流标签
// 工作流禁用标签
.ui.vertical.menu .item > .ui.red.label {
color: var(--color-error-text);
border: 1px solid var(--color-error-border);
@@ -7,6 +7,18 @@
margin-top: 0.5px;
}
// 手动工作流下拉列表
#runWorkflowDispatchForm {
// 分支选择按钮
.ui.dropdown.button.branch-selector-dropdown {
padding: 8px 24px 8px 8px;
svg.octicon-git-branch {
margin-right: 6px;
}
}
}
.job-step-summary {
color: var(--color-console-fg-subtle);
}