Bladeren bron

Use system focus styles by default

Alexander Zaytsev 6 jaren geleden
bovenliggende
commit
43da71c3ba
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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);