Skip to content

Commit

Permalink
Fix: Show tick icon when item visited (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsty-hames authored Oct 27, 2023
1 parent 58a2777 commit 9310363
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions less/accordion.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@
.icon-plus;
}

&__btn.is-closed.is-visited .icon {
&__btn.is-visited .icon {
.icon-tick;
}

&__btn.is-open .icon {
.icon-minus;
}

// Set up margin between body and image elements
// Turn off margin when image is left / right aligned on desktop
// --------------------------------------------------
Expand Down

0 comments on commit 9310363

Please sign in to comment.