mirror of
https://github.com/web3privacy/w3ps1.git
synced 2024-10-15 16:26:26 +02:00
Fix program hover
This commit is contained in:
parent
c762a59603
commit
9c4c8e93af
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue