style: hide unstylized native file input button with .hidden-input class
Browse files- 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;
|