Skip to content

Commit e36f0b6

Browse files
author
Gusted
authored
Don't underline commit status icon on hover (#18372)
- Don't underline the commit status icon, as it isn't a link per-se.
1 parent 3349fd8 commit e36f0b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_src/less/_base.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ a.label,
249249
.ui.search .results a,
250250
.ui .menu a,
251251
.ui.cards a.card,
252-
.issue-keyword a {
252+
.issue-keyword a,
253+
a.commit-statuses-trigger {
253254
text-decoration: none !important;
254255
}
255256

0 commit comments

Comments
 (0)