Skip to content

Commit

Permalink
Fix slow accordion style transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjacob committed Feb 13, 2025
1 parent 22f97cc commit 5f1a535
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-pagoda/ui",
"version": "3.1.8",
"version": "3.1.9",
"description": "A React component library that implements the official NEAR design system.",
"license": "MIT",
"repository": {
Expand Down
5 changes: 0 additions & 5 deletions src/components/Accordion/Accordion.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
}
}

.item {
transition: var(--transitions);
}

.header {
display: block;
}
Expand All @@ -29,7 +25,6 @@
color: var(--sand-12);
padding: 0;
cursor: pointer;
transition: var(--transitions);
border-radius: 2px;
outline: 0px solid var(--violet-5);
outline-offset: var(--gap-s);
Expand Down

0 comments on commit 5f1a535

Please sign in to comment.