chevron styling when active collapse

This commit is contained in:
Burak Civan
2022-06-06 18:26:26 +03:00
parent 08604acdbb
commit bb579acd8a
5 changed files with 13 additions and 4 deletions

View File

@@ -81,7 +81,7 @@
node="child-{{ $category->id }}"
onClick="toggleSub('child-{{ $category->id }}', event)"
>
<span class="material-icons transform transition-all text-lg leading-none align-middle text-white">navigate_next</span>
<span class="material-icons transform rotate-90 transition-all text-lg leading-none align-middle text-white">chevron_right</span>
</button>
</x-tooltip>
</div>