Skip to content

Commit 5f1a535

Browse files
committed
Fix slow accordion style transitions
1 parent 22f97cc commit 5f1a535

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@near-pagoda/ui",
3-
"version": "3.1.8",
3+
"version": "3.1.9",
44
"description": "A React component library that implements the official NEAR design system.",
55
"license": "MIT",
66
"repository": {

src/components/Accordion/Accordion.module.scss

-5
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
}
1010
}
1111

12-
.item {
13-
transition: var(--transitions);
14-
}
15-
1612
.header {
1713
display: block;
1814
}
@@ -29,7 +25,6 @@
2925
color: var(--sand-12);
3026
padding: 0;
3127
cursor: pointer;
32-
transition: var(--transitions);
3328
border-radius: 2px;
3429
outline: 0px solid var(--violet-5);
3530
outline-offset: var(--gap-s);

0 commit comments

Comments
 (0)