Skip to content

Commit

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

0 comments on commit 7eaf199

Please sign in to comment.