Skip to content

Commit 7a4851e

Browse files
committed
optimize action view
1 parent a0b51b8 commit 7a4851e

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

styles/components/actions.ts

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,21 @@ export const runWorkflow = css`
139139
export const actionViewHeader = css`
140140
.action-view-header {
141141
.action-commit-summary {
142+
a:hover {
143+
text-decoration: inherit;
144+
}
145+
// 提前哈希
146+
> a.muted:first-of-type {
147+
text-decoration: underline;
148+
}
142149
// 分支标签按钮
143-
.ui.label {
150+
.ui.ui.ui.label {
144151
background-color: ${themeVars.github.bgColor.accent.muted};
152+
border-radius: ${otherThemeVars.border.radius};
145153
color: ${themeVars.github.fgColor.accent};
146-
font-family: var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, monospace);
147-
font-weight: 400;
148154
> a {
155+
font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
156+
font-weight: 400;
149157
opacity: 1;
150158
}
151159
}

0 commit comments

Comments
 (0)