Skip to content

Commit 567e0bd

Browse files
committed
Prevent underline hover on cards
Prevent a undesired underline effect on hovered cards. This was regressed by #17898.
1 parent dd135c6 commit 567e0bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/less/_base.less

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ a.label,
248248
.repository-menu a,
249249
.ui.search .results a,
250250
.ui .menu a,
251+
.ui.cards a.card,
251252
.issue-keyword a {
252253
text-decoration: none !important;
253254
}

0 commit comments

Comments
 (0)