discourse/app/assets/stylesheets/common/components/pick-files-button.scss

6 lines
69 B
SCSS

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