File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/unfold/templates/unfold/helpers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2525 < template x-teleport ="body ">
2626 < nav x-anchor.bottom-end.offset.4 ="$refs.actionDropdown{{ action.method_name }} " class ="absolute bg-white border flex flex-col -mr-px py-1 right-0 rounded shadow-lg top-10 w-52 z-50 dark:bg-base-800 dark:border-base-700 " x-transition x-show ="actionDropdownOpen " x-on:click.outside ="actionDropdownOpen = false ">
2727 {% for item in action.items %}
28- < a href ="{{ item.path }} " class ="flex items-center font-normal gap-2 max-h-[30px] mx-1 px-3 py-2 rounded text-left hover:bg-base-100 hover:text-base-700 dark:hover:bg-base-700 dark:hover:text-base-200 "{% if blank %} target ="_blank "{% endif %} {% include "unfold/helpers/attrs.html" with attrs=action .attrs %} >
28+ < a href ="{{ item.path }} " class ="flex items-center font-normal gap-2 max-h-[30px] mx-1 px-3 py-2 rounded text-left hover:bg-base-100 hover:text-base-700 dark:hover:bg-base-700 dark:hover:text-base-200 "{% if blank %} target ="_blank "{% endif %} {% include "unfold/helpers/attrs.html" with attrs=item .attrs %} >
2929 {% if item.icon %}
3030 < span class ="material-symbols-outlined ">
3131 {{ item.icon }}
You can’t perform that action at this time.
0 commit comments