]> source.dussan.org Git - gitea.git/commitdiff
Don't underline commit status icon on hover (#18372)
authorGusted <williamzijl7@hotmail.com>
Sun, 23 Jan 2022 17:02:15 +0000 (17:02 +0000)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 17:02:15 +0000 (17:02 +0000)
- Don't underline the commit status icon, as it isn't a link per-se.

web_src/less/_base.less

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