mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 00:58:46 +08:00
![Andrei Prigorshnev](/assets/img/avatar_default.png)
* 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;
|
|
}
|
|
}
|