File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/unfold/templates/unfold/helpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{% load unfold %}
2
2
3
3
< div class ="border-b border-base-200 flex gap-3 items-center h-[65px] mb-5 dark:border-base-800 px-3 {% element_classes 'navigation_header' %} " {% if site_dropdown %}x-data ="{ openDropdown: false } "{% endif %} >
4
- < div class ="bg-transparent border border-transparent flex font-semibold gap-3 grow min-w-0 -mx-px h-[54px] items-center px-3 {% if site_dropdown %}cursor-pointer rounded-default transition-all hover:bg-white hover:border- base-200 hover:shadow-xs dark:hover:bg-base-800 dark:hover:border-base-700 {% endif %} "
4
+ < div class ="bg-transparent flex font-semibold gap-3 grow min-w-0 -mx-px h-[54px] items-center px-3 {% if site_dropdown %}cursor-pointer rounded-default transition-all hover:bg-base-100 dark:hover:bg-white/[.06] {% endif %} "
5
5
{% if site_dropdown %}
6
6
x-on:click ="openDropdown = !openDropdown "
7
- x-bind:class ="{'bg-white border- base-200 shadow-xs dark:bg-base-800 dark:border-base-700 ': openDropdown, 'bg-transparent border -transparent': !openDropdown} "
7
+ x-bind:class ="{'bg-base-100 dark:bg-white/[.06] ': openDropdown, 'bg-transparent': !openDropdown} "
8
8
{% endif %}
9
9
>
10
10
{% if site_logo %}
You can’t perform that action at this time.
0 commit comments