Explorar o código

Larger clickable area for the searchClose button + rollover

Alexander Zaytsev %!s(int64=6) %!d(string=hai) anos
pai
achega
de526c78ad
Modificáronse 1 ficheiros con 9 adicións e 5 borrados
  1. 9 5
      packages/@uppy/provider-views/src/style.scss

+ 9 - 5
packages/@uppy/provider-views/src/style.scss

@@ -182,14 +182,18 @@
 
 .uppy-ProviderBrowser-searchClose {
   position: absolute;
-  width: 16px;
-  height: 16px;
-  padding: 3px;
-  right: 15px;
-  top: 7px;
+  width: 22px;
+  height: 22px;
+  padding: 6px;
+  right: 12px;
+  top: 4px;
   z-index: $zIndex-3;
   color: $gray-500;
   cursor: pointer;
+
+  &:hover {
+    color: $gray-600;
+  }
 }
 
   .uppy-ProviderBrowser-searchClose svg {