Skip to content

Commit

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

This was regressed by #17898.
  • Loading branch information
silverwind committed Jan 13, 2022
1 parent dd135c6 commit f635d60
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 f635d60

Please sign in to comment.