discourse/app/assets/stylesheets/common/components/pick-files-button.scss
Andrei Prigorshnev 27b97e4f64
DEV: add pick-files-button component (#13764)
* DEV: add pick-files-button component
* Scope querySelector to the component, add removeEventListener, fix formatting
2021-07-16 21:50:50 +04:00

6 lines
69 B
SCSS

.pick-files-button {
input[type="file"] {
display: none;
}
}