Skip to content

Commit

Permalink
Fix css logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Dchyk committed Sep 5, 2024
1 parent e81061a commit ea946e7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/Accordion/AccordionToggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
grid-template-columns: auto 24px;
grid-template-areas: 'content chevron-right';
padding: 16px 24px;

&.borderBottom {
border-bottom: 1px solid var(--ux-gray-400);
}

&.flush {
padding: 16px 4px;
Expand All @@ -31,6 +27,14 @@
}
}

&.collapsed {
.AccordionToggle__container {
&.borderBottom {
border-bottom: 1px solid var(--ux-gray-400);
}
}
}

&--chevron-lateral {
.AccordionToggle__chevron-left {
svg {
Expand Down

0 comments on commit ea946e7

Please sign in to comment.