File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
deploy :
11
- runs-on : ubuntu-20 .04 # Set platform for runner
11
+ runs-on : ubuntu-22 .04 # Set platform for runner
12
12
concurrency :
13
13
group : ${{ github.workflow }}-${{ github.ref }}
14
14
steps :
Original file line number Diff line number Diff line change 26
26
27
27
{#if menubarItem .Items .length < 1 }
28
28
<div class =" p-2" >
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 >{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