Use react state to keep track of file names
This commit is contained in:
16
index.css
16
index.css
@@ -70,22 +70,6 @@ button:focus-visible {
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
::file-selector-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Same thing as above but for Safari */
|
||||
@media not all and (min-resolution: 0.001dpcm) {
|
||||
@supports (-webkit-appearance: none) {
|
||||
text-indent: -120px;
|
||||
margin-left: -7em;
|
||||
|
||||
&::file-selector-button {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.desktop-nav {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user