소스 검색

Use system focus styles by default

Alexander Zaytsev 6 년 전
부모
커밋
43da71c3ba
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      packages/@uppy/core/src/_common.scss

+ 2 - 2
packages/@uppy/core/src/_common.scss

@@ -22,8 +22,8 @@
 // }
 
 .uppy-Root *:focus {
-  outline: $size-focus-outline solid $blue; /* no !important */
-  outline-offset: $size-focus-offset; /* no !important */
+  // outline: $size-focus-outline solid $blue; /* no !important */
+  // outline-offset: $size-focus-offset; /* no !important */
 
   // outline: none;
   // box-shadow: inset 0 0 0 2px rgba($blue, 0.5);