Skip to content

Commit

Permalink
Merge pull request #1941 from Kajabi/fix/expandable-card-icon-fixes
Browse files Browse the repository at this point in the history
style(expandablecard): update icon targeting
  • Loading branch information
FuturaExtraBold authored Aug 8, 2024
2 parents eeba7c2 + 2512ed4 commit 57bd0fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ $-expandable-card-padding-xs: sage-spacing(xs);

.sage-expandable-card--expanded {
.sage-expandable-card__trigger::before,
pds-icon {
pds-icon[name="caret-right"] {
transform: rotateZ(-90deg);
}
}
Expand All @@ -114,7 +114,7 @@ $-expandable-card-padding-xs: sage-spacing(xs);
align-items: center;
gap: $-expandable-card-padding;
.sage-expandable-card__trigger::before,
pds-icon {
pds-icon[name="caret-right"] {
margin: 0;
}
}
Expand Down

0 comments on commit 57bd0fd

Please sign in to comment.