Skip to content

Commit

Permalink
Fixed #6753
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 9, 2024
1 parent 3e214e0 commit fa56801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/panelmenu/style/PanelMenuStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const theme = ({ dt }) => `
color: ${dt('panelmenu.submenu.icon.color')};
}
.p-panelmenu-header:not(.p-panelmenu-header-active) .p-panelmenu-submenu-icon:dir(rtl) {
.p-panelmenu-header.p-panelmenu-header-active .p-panelmenu-submenu-icon:dir(rtl) {
transform: rotate(-180deg);
}
Expand Down

0 comments on commit fa56801

Please sign in to comment.