mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-13 02:30:09 -06:00
fix: migration hover/focus states (#20243)
Co-authored-by: ElevateBart <ledouxb@gmail.com>
This commit is contained in:
@@ -2,15 +2,14 @@
|
||||
<div
|
||||
v-if="step"
|
||||
:data-cy="`migration-step ${step?.name}`"
|
||||
class="border rounded bg-light-50 border-gray-100 mb-4 w-full block
|
||||
overflow-hidden hocus-default"
|
||||
class="border rounded bg-light-50 border-gray-100 mb-4 w-full block"
|
||||
>
|
||||
<ListRowHeader
|
||||
:class="{
|
||||
'border-b border-b-gray-100 rounded-b-none': step.isCurrentStep,
|
||||
'rounded-b-none default-ring': step.isCurrentStep,
|
||||
'bg-gray-50': !step.isCurrentStep
|
||||
}"
|
||||
class="cursor-pointer"
|
||||
class="-m-1px w-auto"
|
||||
:description="description"
|
||||
@click="emit('toggle')"
|
||||
>
|
||||
@@ -35,12 +34,6 @@
|
||||
{{ title }}
|
||||
</span>
|
||||
</template>
|
||||
<template #right>
|
||||
<i-cy-chevron-down
|
||||
:class="{ 'rotate-180': step.isCurrentStep }"
|
||||
class="max-w-16px transform icon-dark-gray-400"
|
||||
/>
|
||||
</template>
|
||||
</ListRowHeader>
|
||||
<div
|
||||
v-if="step.isCurrentStep"
|
||||
|
||||
Reference in New Issue
Block a user