Skip to content

Commit 54d7b0f

Browse files
authored
Fix UI elements getting underline like links (#15038)
1 parent 9970779 commit 54d7b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/less/features/gitgraph.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
font-size: 80%;
8383
}
8484

85-
a:hover {
85+
a:not(.ui):hover {
8686
text-decoration: underline;
8787
}
8888

0 commit comments

Comments
 (0)