diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-06-06 16:29:15 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-06-06 16:29:15 +0200 |
| commit | fd7ce86312c74bb9b62158cdf40972dc8279025a (patch) | |
| tree | 2bafba99cb8013115bf2805274f13631fe33dc4a /apps/web-shared/src/styles/components | |
| parent | c479ef350b7ae5b3b9fd587698550f86bc2636cc (diff) | |
| download | greatoffice-fd7ce86312c74bb9b62158cdf40972dc8279025a.tar.xz greatoffice-fd7ce86312c74bb9b62158cdf40972dc8279025a.zip | |
refactor: Remove all transitions on theme-switcher
Diffstat (limited to 'apps/web-shared/src/styles/components')
| -rw-r--r-- | apps/web-shared/src/styles/components/light-dark-switch.scss | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/apps/web-shared/src/styles/components/light-dark-switch.scss b/apps/web-shared/src/styles/components/light-dark-switch.scss index 1554010..23dc03a 100644 --- a/apps/web-shared/src/styles/components/light-dark-switch.scss +++ b/apps/web-shared/src/styles/components/light-dark-switch.scss @@ -20,8 +20,7 @@ Usage: codyhouse.co/license overflow: hidden; display: inline-block; - transition: opacity 0.2s, color 0.2s; - + &:hover { cursor: pointer; opacity: 0.8; @@ -61,10 +60,6 @@ Usage: codyhouse.co/license transform: translateY(-100%) rotate(-35deg) scale(0.5); } -.ld-switch-btn__icon-wrapper--in, -.ld-switch-btn__icon-wrapper--out { - transition: transform 0.3s var(--ease-in-out), opacity 0.3s; -} .ld-switch-btn__icon { margin: auto; @@ -77,7 +72,6 @@ Usage: codyhouse.co/license .ld-switch-popover__option { user-select: none; - transition: opacity 0.2s; &:hover { cursor: pointer; |
