Skip to content

Commit 35f1650

Browse files
authored
fix: collapse-content transition duplicate, transition typo (saadeghi#3761)
1 parent 14b286b commit 35f1650

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/daisyui/src/components/collapse.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@
135135
grid-column-start: 1;
136136
grid-row-start: 2;
137137
min-height: 0;
138-
transition: visibility 0.2s;
139138
padding-left: 1rem;
140139
padding-right: 1rem;
141140
cursor: unset;
142141
transition:
142+
visibility 0.2s,
143143
padding 0.2s ease-out,
144144
background-color 0.2s ease-out;
145145
}
@@ -215,6 +215,6 @@
215215
padding-bottom: 1rem;
216216
transition:
217217
padding 0.2s ease-out,
218-
background-color 0.2sease-out;
218+
background-color 0.2s ease-out;
219219
}
220220
}

0 commit comments

Comments
 (0)