Skip to content

Commit

Permalink
ui: remove accordion icon rotation
Browse files Browse the repository at this point in the history
* closes #2281
  • Loading branch information
anikachurilova authored and zzacharo committed Jul 17, 2023
1 parent 81216c5 commit 8acbb70
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.ui.accordion .active.title .icon:not(.button),
.ui.accordion .accordion .active.title .icon:not(.button) {
transform: rotate(90deg);

&.tab-menu-accordion {
transform: none;
}
}

/* use these classes to change accordion title when up/down */
Expand Down

0 comments on commit 8acbb70

Please sign in to comment.