Skip to content

Commit

Permalink
Fix background of signed-commits on arc-green (go-gitea#12837)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Thornton <art27@cantab.net>
  • Loading branch information
zeripath committed Sep 14, 2020
1 parent c950ea1 commit ed2bdf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web_src/less/themes/theme-arc-green.less
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,8 @@ a.ui.labels .label:hover {
}

.repository #commits-table td.sha .sha.label.isSigned .detail.icon,
.repository #repo-files-table .sha.label.isSigned .detail.icon {
.repository #repo-files-table .sha.label.isSigned .detail.icon,
.repository .timeline-item.commits-list .singular-commit .sha.label.isSigned .detail.icon {
background: none;
border-left-color: #888;
}
Expand Down

0 comments on commit ed2bdf4

Please sign in to comment.