File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
30
30
<button class ="grid" use:popup ={popupCombobox } >
31
31
<a class ="grid" href ={menubarItem .Url } target =" {menubarItem .Target }" >
32
- <span class ="capitalize whitespace-nowrap" >{comboboxValue ?? menubarItem .Title }</span >
32
+ <span class ="capitalize whitespace-nowrap hover:font-bold " >{comboboxValue ?? menubarItem .Title }</span >
33
33
</a >
34
34
</button >
35
35
</div >
38
38
<AccordionItem padding =" p-2" >
39
39
<svelte:fragment slot =" summary"
40
40
><button class =" flex items-center gap-x-1" >
41
- <span class ="capitalize" >{menubarItem .Title }</span >
41
+ <span class ="capitalize hover:font-bold " >{menubarItem .Title }</span >
42
42
</button ></svelte:fragment
43
43
>
44
44
<svelte:fragment slot =" content"
49
49
</div >
50
50
<div class ="hidden sm:block place-self-center" use:popup ={popupCombobox }>
51
51
<button class =" flex items-center gap-x-1 px-2" >
52
- <span class ="capitalize whitespace-nowrap" >{menubarItem .Title }▾</span >
52
+ <span class ="capitalize whitespace-nowrap hover:font-bold " >{menubarItem .Title }▾</span >
53
53
</button >
54
54
55
55
<div class ="z-50 w-max" data-popup ={id }>
You can’t perform that action at this time.
0 commit comments