Skip to content

Commit 943eb42

Browse files
authored
Update styles.scss
1 parent 65c9749 commit 943eb42

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/Navigation/styles.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ ul.ch-nav-v2-list {
185185
width: 100%;
186186
color: #fff;
187187
transition-property: all;
188-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
189-
transition-duration: 150ms;
190188

191189
&.open {
192190
pointer-events: auto;
@@ -314,8 +312,6 @@ ul.ch-nav-v2-list {
314312
> div {
315313
transform-origin: top center;
316314
transition-property: all;
317-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
318-
transition-duration: 150ms;
319315
border-radius: 0.5rem;
320316
background-color: var(--ch-nav-v2-dropdown-bg);
321317
border: 1px solid var(--ch-nav-v2-border-color);

0 commit comments

Comments
 (0)