From bd2cc14032161895448cc98a272f7b54a455f789 Mon Sep 17 00:00:00 2001 From: LieutenantRoger Date: Tue, 14 Jan 2020 21:32:13 +0800 Subject: [PATCH] Fix issue2666 --- src/components/ChosenArrow/styles.module.scss | 4 ---- src/components/IconSelect/styles.module.scss | 4 ---- src/components/TopNav/PrimaryNav.module.scss | 1 - 3 files changed, 9 deletions(-) diff --git a/src/components/ChosenArrow/styles.module.scss b/src/components/ChosenArrow/styles.module.scss index f4c5fd1..1871c08 100644 --- a/src/components/ChosenArrow/styles.module.scss +++ b/src/components/ChosenArrow/styles.module.scss @@ -5,10 +5,6 @@ bottom: -1px; left: 0; z-index: 1; - -webkit-transition: -webkit-transform 0.5s; - transition: transform 0.5s; - -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22); - transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22); svg { display: block; diff --git a/src/components/IconSelect/styles.module.scss b/src/components/IconSelect/styles.module.scss index 9831bff..5831c15 100644 --- a/src/components/IconSelect/styles.module.scss +++ b/src/components/IconSelect/styles.module.scss @@ -8,8 +8,4 @@ height: 3px; border-radius: 1.5px; background: $turquoise; - -webkit-transition: -webkit-transform 0.5s; - transition: transform 0.5s; - -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22); - transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22); } diff --git a/src/components/TopNav/PrimaryNav.module.scss b/src/components/TopNav/PrimaryNav.module.scss index 66dc6cc..9304cd9 100644 --- a/src/components/TopNav/PrimaryNav.module.scss +++ b/src/components/TopNav/PrimaryNav.module.scss @@ -125,7 +125,6 @@ margin-right: auto; width: auto; opacity: 1; - transition: opacity 400ms ease-in 100ms; @include hide-mobile; }