mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 23:48:45 +08:00
27b97e4f64
* DEV: add pick-files-button component * Scope querySelector to the component, add removeEventListener, fix formatting
6 lines
69 B
SCSS
6 lines
69 B
SCSS
.pick-files-button {
|
|
input[type="file"] {
|
|
display: none;
|
|
}
|
|
}
|