Ver código fonte

Darker focus highlight

Alexander Zaytsev 6 anos atrás
pai
commit
193f92b890
1 arquivos alterados com 1 adições e 1 exclusões
  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;
   }