Browse Source

Fix pale placeholder in FF

Alexander Zaytsev 6 năm trước cách đây
mục cha
commit
a17dc30c5d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      packages/@uppy/provider-views/src/style.scss

+ 1 - 0
packages/@uppy/provider-views/src/style.scss

@@ -198,6 +198,7 @@
 
 .uppy-ProviderBrowser-searchInput::placeholder {
   color: $gray-500;
+  opacity: 1;
 }
 
 .uppy-ProviderBrowser-userLogout {