Skip to content

Commit

Permalink
Prevent underline hover on cards (go-gitea#18259)
Browse files Browse the repository at this point in the history
Prevent a undesired underline effect on hovered cards.

This was regressed by go-gitea#17898.
  • Loading branch information
silverwind authored and Stelios Malathouras committed Mar 28, 2022
1 parent cb0106a commit e5b4aea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web_src/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ a.label,
.repository-menu a,
.ui.search .results a,
.ui .menu a,
.ui.cards a.card,
.issue-keyword a {
text-decoration: none !important;
}
Expand Down

0 comments on commit e5b4aea

Please sign in to comment.