소스 검색

tiny transition tweak

Artur Paikin 6 년 전
부모
커밋
a927e009e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/@uppy/dashboard/src/style.scss

+ 1 - 1
packages/@uppy/dashboard/src/style.scss

@@ -328,7 +328,7 @@
     display: inline-block;
     vertical-align: text-top;
     overflow: hidden;
-    transition: transform ease-in-out 0.2s;
+    transition: transform ease-in-out .15s;
   }
 
   .uppy-DashboardTab-btn:hover svg {