Timeline update
This commit is contained in:
parent
006efc5369
commit
f5aade7a2d
1 changed files with 0 additions and 7 deletions
|
@ -37,11 +37,6 @@
|
|||
|
||||
& > summary {
|
||||
@apply relative block select-none cursor-pointer outline-none p-5 pr-10 font-semibold;
|
||||
|
||||
// BEGIN TRANSITION
|
||||
@apply mb-0;
|
||||
transition: all 600ms cubic-bezier(0.2, 1, 0.3, 1);
|
||||
// END TRANSITION
|
||||
|
||||
&:hover {
|
||||
@apply bg-primary/20 dark:bg-dark_primary/20;
|
||||
|
@ -59,8 +54,6 @@
|
|||
|
||||
&[open] {
|
||||
& > summary {
|
||||
@apply mb-5; // TRANSITION
|
||||
|
||||
& > i > svg {
|
||||
@apply -rotate-180;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue