Fix UI elements getting underline like links (#15038)

tokarchuk/v1.17
Mike L 4 years ago committed by GitHub
parent 99707791ed
commit 54d7b0f8e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web_src/less/features/gitgraph.less

@ -82,7 +82,7 @@
font-size: 80%;
}
a:hover {
a:not(.ui):hover {
text-decoration: underline;
}

Loading…
Cancel
Save