akhaliq HF Staff commited on
Commit
75cc0e6
·
1 Parent(s): 97ddbe3

style: hide unstylized native file input button with .hidden-input class

Browse files
Files changed (1) hide show
  1. index.html +4 -0
index.html CHANGED
@@ -397,6 +397,10 @@
397
  font-weight: 500;
398
  }
399
 
 
 
 
 
400
  .file-capsule {
401
  display: flex;
402
  align-items: center;
 
397
  font-weight: 500;
398
  }
399
 
400
+ .hidden-input {
401
+ display: none !important;
402
+ }
403
+
404
  .file-capsule {
405
  display: flex;
406
  align-items: center;