فهرست منبع

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);