File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/components/expandable-step-list Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<div
2- class =" py-2 px-1 {{ if @isExpanded ' pb-6' ' cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-700/60' }} "
2+ class =" py-2 px-1 transition-all duration-200 {{ if @isExpanded ' pb-6 pt-3 ' ' cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-700/60' }} "
33 data-test-expandable-step-list-step
44 {{ did-update this.handleDidUpdateIsComplete @step.isComplete }}
55 ...attributes
66>
77 <div class =" {{ if @isExpanded ' mb-3' ' ' }} flex items-center justify-between gap-2" >
8- <div class =" flex items-center gap-1" >
8+ <div class =" flex items-center gap-1 {{ if @ isExpanded ' border-b-2 border-gray-200 dark:border-white/5 ' ' ' }} " >
99 <div class =" prose dark:prose-invert {{ if @step.isComplete ' opacity-50' }} " data-test-step-title>
1010 {{ markdown-to-html (concat " **Step " @number " **: " @step.titleMarkdown )}}
1111 </div >
You can’t perform that action at this time.
0 commit comments