Skip to content

Commit

Permalink
Fix UI elements getting underline like links (go-gitea#15038)
Browse files Browse the repository at this point in the history
  • Loading branch information
CL-Jeremy authored Mar 19, 2021
1 parent 9970779 commit 54d7b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/less/features/gitgraph.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
font-size: 80%;
}

a:hover {
a:not(.ui):hover {
text-decoration: underline;
}

Expand Down

0 comments on commit 54d7b0f

Please sign in to comment.