mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-13 06:09:51 +01: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:
parent
dd135c6258
commit
f635d60344
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ a.label,
|
||||||
.repository-menu a,
|
.repository-menu a,
|
||||||
.ui.search .results a,
|
.ui.search .results a,
|
||||||
.ui .menu a,
|
.ui .menu a,
|
||||||
|
.ui.cards a.card,
|
||||||
.issue-keyword a {
|
.issue-keyword a {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue