Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #66 from Niehaus/accordion-arrow
Browse files Browse the repository at this point in the history
Fix direction of arrows for Accordion's collapsed states
  • Loading branch information
hdiogenes authored Oct 9, 2020
2 parents ce4431b + f082984 commit 2320366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/kytos/accordion/AccordionItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ export default {
&[type=checkbox]
& + .k-accordion-label:after
content: ""
content: ""
&[type=checkbox]:checked
& + .k-accordion-label:after
content: ""
content: ""
.compacted
.k-toolbar
Expand Down

0 comments on commit 2320366

Please sign in to comment.