Skip to content

Commit ed2bdf4

Browse files
authored
Fix background of signed-commits on arc-green (#12837)
Signed-off-by: Andrew Thornton <[email protected]>
1 parent c950ea1 commit ed2bdf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_src/less/themes/theme-arc-green.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,8 @@ a.ui.labels .label:hover {
14901490
}
14911491

14921492
.repository #commits-table td.sha .sha.label.isSigned .detail.icon,
1493-
.repository #repo-files-table .sha.label.isSigned .detail.icon {
1493+
.repository #repo-files-table .sha.label.isSigned .detail.icon,
1494+
.repository .timeline-item.commits-list .singular-commit .sha.label.isSigned .detail.icon {
14941495
background: none;
14951496
border-left-color: #888;
14961497
}

0 commit comments

Comments
 (0)