Skip to content

Commit

Permalink
WCAG 2.2 AA updates to revert Accordion styling updates
Browse files Browse the repository at this point in the history
  • Loading branch information
oisa committed Nov 6, 2024
1 parent dc20faf commit 7d8205e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/accordion/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
display: flex;
justify-content: flex-end;
margin-bottom: rem(16px);
margin-right: rem(2px);

button {
@include font-size('sm');
Expand All @@ -48,6 +47,7 @@
text-decoration-skip-ink: auto;
font-weight: var(--nsw-font-bold);
border: 0;
padding: 0;
background: none;

&:hover:enabled {
Expand All @@ -66,7 +66,7 @@
}

&:first-child {
margin-right: rem(12px);
margin-right: rem(24px);
}

&:disabled {
Expand Down

0 comments on commit 7d8205e

Please sign in to comment.