Skip to content

Commit

Permalink
fix(accordion-skeleton): add margin between icon & text when align=end (
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and joshblack committed Jan 14, 2020
1 parent f430a14 commit 1ce3789
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/components/src/components/accordion/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@
}
}

.#{$prefix}--accordion--end.#{$prefix}--skeleton
.#{$prefix}--accordion__arrow {
margin-left: $spacing-05;
}

.#{$prefix}--skeleton
.#{$prefix}--accordion__heading:focus
.#{$prefix}--accordion__arrow {
Expand Down

0 comments on commit 1ce3789

Please sign in to comment.