mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-27 13:40:31 +00:00
修复仓库提交和Runner日志的一致性问题
This commit is contained in:
@@ -111,6 +111,32 @@ a.ui.ui.ui {
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
&.task-status-success {
|
||||
color: var(--color-success-text);
|
||||
border: 1px solid var(--color-success-border);
|
||||
background: var(--color-success-bg);
|
||||
}
|
||||
|
||||
&.task-status-failure {
|
||||
color: var(--color-error-text);
|
||||
border: 1px solid var(--color-error-border);
|
||||
background: var(--color-error-bg);
|
||||
}
|
||||
|
||||
&.task-status-running,
|
||||
&.task-status-skipped {
|
||||
color: var(--color-info-text);
|
||||
border: 1px solid var(--color-info-border);
|
||||
background: var(--color-info-bg);
|
||||
}
|
||||
|
||||
&.task-status-cancelled,
|
||||
&.task-status-blocked {
|
||||
color: var(--color-warning-text);
|
||||
border: 1px solid var(--color-warning-border);
|
||||
background: var(--color-warning-bg);
|
||||
}
|
||||
|
||||
> a {
|
||||
opacity: 1;
|
||||
}
|
||||
@@ -138,11 +164,21 @@ a.ui.label:not(.basic, .sha):hover {
|
||||
#rev-list,
|
||||
.timeline-item.commits-list .singular-commit {
|
||||
.sha.label {
|
||||
.detail.icon,
|
||||
&.isSigned.isVerified .detail.icon {
|
||||
.detail.icon {
|
||||
border: 0;
|
||||
background: unset;
|
||||
}
|
||||
&.isSigned {
|
||||
&.isWarning,
|
||||
&.isVerified,
|
||||
&.isVerifiedUntrusted,
|
||||
&.isVerifiedUnmatched {
|
||||
.detail.icon {
|
||||
border: 0;
|
||||
background: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user