1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-02 06:46:09 +02:00

Prevent underline hover on cards (#18259)

Prevent a undesired underline effect on hovered cards.

This was regressed by #17898.
This commit is contained in:
silverwind 2022-01-13 06:33:04 -08:00 committed by GitHub
parent dd135c6258
commit f635d60344
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}