diff --git a/src/components/timeline/TimelineElement.scss b/src/components/timeline/TimelineElement.scss index 6484df0..905573c 100644 --- a/src/components/timeline/TimelineElement.scss +++ b/src/components/timeline/TimelineElement.scss @@ -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; }