Muetze42 / nova-menu

Heroicon, Font Awesome, SVG & Image Icon for Nova MenuSection, MenuGroup & MenuItem. And new features like Cards, Iframe, Filter.
https://novapackages.com/packages/norman-huth/nova-menu
19 stars 4 forks source link

Menu group arrow not rotating #53

Closed nikoo-eshratabadi closed 4 months ago

nikoo-eshratabadi commented 4 months ago

Laravel Version: 10.10 Nova Version: 4.25.1 PHP Version: 8.1.23

Hello I have a little problem with the MenuGroup. the little arrow > doesn't change when i open it like it does on your live preview. image

Everything else works perfectly! I have a collapsable MenuGroup inside a MenuSection and have imported everything according to your documentation.

big fan by the way!

Muetze42 commented 4 months ago

I'm on vacation starting next week. I'll be able to work through the tasks on GitHub then

nikoo-eshratabadi commented 4 months ago

i did and override on the css and fixed it so don't do it on my account! still a big fan:D

Muetze42 commented 4 months ago

@nikoo-eshratabadi Can You make a PR with fix for all users?

nikoo-eshratabadi commented 4 months ago

I don't know if i can sorry. I added this line to one of my css assets to fix it.

    .ltr\:-rotate-90:where([dir=ltr],[dir=ltr] *){
        --tw-rotate: -90deg !important;
    }