mirror of
https://github.com/catdevnull/transicion-desordenada-diablo
synced 2024-11-15 02:21:39 +00:00
frontend: sacar hover porque no es clickeable
This commit is contained in:
parent
9dd15b11b7
commit
646910ef9b
1 changed files with 1 additions and 3 deletions
|
@ -47,9 +47,7 @@
|
||||||
e.datasetIdentifier === dataset.identifier &&
|
e.datasetIdentifier === dataset.identifier &&
|
||||||
e.distributionIdentifier === dist.identifier,
|
e.distributionIdentifier === dist.identifier,
|
||||||
)}
|
)}
|
||||||
<li
|
<li class="flex px-6 py-5 justify-between items-center">
|
||||||
class="flex px-6 py-5 hover:bg-gray-50 justify-between items-center"
|
|
||||||
>
|
|
||||||
{#if error}
|
{#if error}
|
||||||
{dist.title}
|
{dist.title}
|
||||||
(no está en este dump porque hubo un error al bajarlo)
|
(no está en este dump porque hubo un error al bajarlo)
|
||||||
|
|
Loading…
Reference in a new issue