Skip to content

Commit

Permalink
feat(react): accordion separator improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
itupix committed Nov 23, 2023
1 parent 1e86c3f commit 5fe8734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/components/accordion/accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
&.-with-separator::before {
border-bottom: 1px solid helpers.color('border-separator');
content: '';
left: var(--padding);
left: 0;
position: absolute;
right: var(--padding);
right: 0;
top: 0;
}
}
Expand Down

0 comments on commit 5fe8734

Please sign in to comment.