Fix program hover

This commit is contained in:
tree🌴 2023-02-23 14:09:17 +01:00
parent c762a59603
commit 9c4c8e93af
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
.table-custom th {
@apply text-mild;
}
.table-custom tbody tr:hover td {
.table-custom tbody tr:hover td, .table-custom tbody tr:hover td span {
@apply bg-white text-black;
}
.table-custom tbody tr:hover td .description {