We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c9749 commit 943eb42Copy full SHA for 943eb42
src/components/Navigation/styles.scss
@@ -185,8 +185,6 @@ ul.ch-nav-v2-list {
185
width: 100%;
186
color: #fff;
187
transition-property: all;
188
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
189
- transition-duration: 150ms;
190
191
&.open {
192
pointer-events: auto;
@@ -314,8 +312,6 @@ ul.ch-nav-v2-list {
314
312
> div {
315
313
transform-origin: top center;
316
317
318
319
border-radius: 0.5rem;
320
background-color: var(--ch-nav-v2-dropdown-bg);
321
border: 1px solid var(--ch-nav-v2-border-color);
0 commit comments