Skip to content

Commit 76b6060

Browse files
author
Gusted
committed
Don't underline commit status icon
- Don't underline the commit status icon, as it isn't a link per-se.
1 parent 35fdefc commit 76b6060

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/less/_repository.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3211,3 +3211,7 @@ td.blob-excerpt {
32113211
transform: scale(105%);
32123212
box-shadow: 0 .5rem 1rem var(--color-shadow) !important;
32133213
}
3214+
3215+
a.commit-statuses-trigger {
3216+
text-decoration: none;
3217+
}

0 commit comments

Comments
 (0)