Explorar el Código

Darker focus highlight

Alexander Zaytsev hace 6 años
padre
commit
193f92b890
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/@uppy/dashboard/src/style.scss

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

@@ -319,7 +319,7 @@
 
   .uppy-DashboardTab-btn:active,
   .uppy-DashboardTab-btn:focus {
-    background-color: darken($gray-100--highlighted, 1%);
+    background-color: darken($gray-100--highlighted, 2%);
     outline: none;
   }