File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7777 <div class =" h-100" >
7878 {#snippet fileSnippet (value : FileDetails )}
7979 <div
80- class =" file flex cursor-pointer items-center justify-between btn-ghost px-2 py-1 text-sm focus:ring-2 focus:ring-primary focus:outline-none focus:ring-inset"
80+ class =" file flex cursor-pointer items-center justify-between btn-ghost px-2 py-1 text-sm focus:ring-2 focus:ring-primary/50 focus:outline-none focus:ring-inset"
8181 onclick ={(e ) => scrollToFileClick (e , value .index )}
8282 {@attach focusFileDoubleClick (value )}
8383 onkeydown ={(e ) => e .key === " Enter" && viewer .scrollToFile (value .index )}
108108 {@render fileSnippet (node .data .data as FileDetails )}
109109 {:else }
110110 <div
111- class =" flex cursor-pointer items-center justify-between btn-ghost px-2 py-1 text-sm focus:ring-2 focus:ring-primary focus:outline-none focus:ring-inset"
111+ class =" flex cursor-pointer items-center justify-between btn-ghost px-2 py-1 text-sm focus:ring-2 focus:ring-primary/50 focus:outline-none focus:ring-inset"
112112 onclick ={toggleCollapse }
113113 onkeydown ={(e ) => e .key === " Enter" && toggleCollapse ()}
114114 role =" button"
161161 position : absolute ;
162162 top : 0 ;
163163 left : 0 ;
164- width : 100 % ;
164+ width : 4 px ;
165165 height : 100% ;
166- box-shadow : inset 4 px 0 0 0 var (--color-primary );
166+ background-color : var (--color-primary );
167167 }
168168 }
169169 </style >
You can’t perform that action at this time.
0 commit comments