mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-24 14:49:57 +08:00
* DEV: add pick-files-button component * Scope querySelector to the component, add removeEventListener, fix formatting
5 lines
69 B
SCSS
Vendored
5 lines
69 B
SCSS
Vendored
.pick-files-button {
|
|
input[type="file"] {
|
|
display: none;
|
|
}
|
|
}
|