Don't underline commit status icon on hover (#18372)

- Don't underline the commit status icon, as it isn't a link per-se.
tokarchuk/v1.17
Gusted 3 years ago committed by GitHub
parent 3349fd8f79
commit e36f0b6add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      web_src/less/_base.less

@ -249,7 +249,8 @@ a.label,
.ui.search .results a, .ui.search .results a,
.ui .menu a, .ui .menu a,
.ui.cards a.card, .ui.cards a.card,
.issue-keyword a { .issue-keyword a,
a.commit-statuses-trigger {
text-decoration: none !important; text-decoration: none !important;
} }

Loading…
Cancel
Save