1
- < ul class ="flex flex-wrap items-center list-none leading-6 [&>li>a .stay]:border-b-2 [&>li>a .stay]:border-solid [&>li>a .stay]:border-indigo-600 ">
1
+ < ul class ="flex flex-wrap items-center list-none leading-6 [&_a .stay]:border-b-2 [&_a .stay]:border-solid [&_a .stay]:border-indigo-600 ">
2
2
< li class ="mx-5 font-medium text-center group ">
3
- < a href ="%{HOME_URL} " class ="<!-- BEGIN_IF [%{CCD}/neq/contact/_and_/%{ECD}/neq/profile.html] --> stay<!-- END_IF --> flex items-center gap-2 py-4 hover:opacity-70 ">
3
+ < a href ="%{HOME_URL} " class ="js-child-toggle [&.is-active+div]:opacity-100 [&.is-active+div]:pointer-events-auto [&.is-active_span.nav-icon]:-rotate-180 <!-- BEGIN_IF [%{CCD}/neq/contact/_and_/%{ECD}/neq/profile.html] -->stay<!-- END_IF --> flex items-center gap-2 h-14 px-1 hover:opacity-70 ">
4
4
< span > Blogs</ span >
5
- < span class ="text-gray-400 transition-transform group-hover:-rotate-180 ">
5
+ < span class ="text-gray-400 transition-transform nav-icon ">
6
6
< svg xmlns ="http://www.w3.org/2000/svg " fill ="none " viewBox ="0 0 24 24 " stroke-width ="1.5 " stroke ="currentColor " class ="size-3 ">
7
7
< path stroke-linecap ="round " stroke-linejoin ="round " d ="m19.5 8.25-7.5 7.5-7.5-7.5 " />
8
8
</ svg >
9
9
</ span >
10
10
</ a >
11
- < div class ="opacity-0 absolute top-14 left-0 right-0 py-6 bg-gray-50 transition-opacity pointer-events-none group-hover:opacity-100 group-hover:pointer-events-auto ">
11
+ < div class ="opacity-0 absolute top-14 left-0 right-0 py-6 bg-gray-50 transition-opacity pointer-events-none ">
12
12
< div class ="container flex ">
13
13
< h2 class ="inline-block mr-12 pr-12 py-2 border-r border-gray-200 font-normal "> Blogs</ h2 >
14
14
< ul class ="flex gap-x-8 gap-y-3 ">
@@ -23,12 +23,12 @@ <h2 class="inline-block mr-12 pr-12 py-2 border-r border-gray-200 font-normal">B
23
23
</ div >
24
24
</ li >
25
25
< li class ="mx-5 font-medium text-center ">
26
- < a href ="%{HOME_URL}profile.html " class ="js-link_match_location-full block py-4 no-underline hover:opacity-70 ">
26
+ < a href ="%{HOME_URL}profile.html " class ="js-link_match_location-full flex items-center h-14 px-1 hover:opacity-70 ">
27
27
< span > Profile</ span >
28
28
</ a >
29
29
</ li >
30
30
< li class ="ml-5 font-medium text-center ">
31
- < a href ="%{HOME_URL}contact/ " class ="js-link_match_location-category block py-4 no-underline hover:opacity-70 ">
31
+ < a href ="%{HOME_URL}contact/ " class ="js-link_match_location-category flex items-center h-14 px-1 hover:opacity-70 ">
32
32
< span > Contact</ span >
33
33
</ a >
34
34
</ li >
0 commit comments