Skip to content

Commit 926b6a7

Browse files
committed
fix label hover
1 parent 09e9f1f commit 926b6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/less/shared/issuelist.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
list-style: none;
33
margin-top: 1rem;
44

5-
a:hover {
5+
a:not(.label):hover {
66
color: var(--color-primary) !important;
77
}
88

0 commit comments

Comments
 (0)