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 13, 2020
1 parent 67b2bc2 commit ff08e44
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 ff08e44

Please sign in to comment.