diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-26 15:22:52 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-03 11:40:06 -0400 |
| commit | 8561bf6612a43050791a57572b4fef7dd27ed32c (patch) | |
| tree | d9fe354502c3d8b157ba576e61d515d6eea16435 /src | |
| parent | 19a04769858c6786826a546bd5c0d3876049bad2 (diff) | |
remove transition css
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/App.scss b/src/App.scss index c72529ac..adbe949c 100644 --- a/src/App.scss +++ b/src/App.scss @@ -806,11 +806,6 @@ nav { .vb > .vb-dragger > .vb-dragger-styler { backface-visibility: hidden; transform: rotate3d(0,0,0,0); - transition: - opacity 100ms ease-out, - margin 100ms ease-out, - height 100ms ease-out; - background-color: $fallback--text; background-color: var(--text, $fallback--text); opacity: .1; |
