diff options
author | 2019-04-26 03:50:43 +0800 | |
---|---|---|
committer | 2019-04-26 13:52:32 +0800 | |
commit | ca2da9a73fe901f306b3a9417f0cb0c6cb36614a (patch) | |
tree | 4dcba15499e3127aba875dd619ffee1b0e9c90a7 /source/features/upload-button.tsx | |
parent | 16b31ef214d478d1cbdb0d86dd2a553e92019571 (diff) | |
download | refined-github-ca2da9a73fe901f306b3a9417f0cb0c6cb36614a.tar.gz refined-github-ca2da9a73fe901f306b3a9417f0cb0c6cb36614a.tar.zst refined-github-ca2da9a73fe901f306b3a9417f0cb0c6cb36614a.zip |
Extract `upload-button`'s CSS (#1986)
Diffstat (limited to 'source/features/upload-button.tsx')
-rw-r--r-- | source/features/upload-button.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/upload-button.tsx b/source/features/upload-button.tsx index e8c10b7d..b07ac2dc 100644 --- a/source/features/upload-button.tsx +++ b/source/features/upload-button.tsx @@ -1,3 +1,4 @@ +import './upload-button.css'; import React from 'dom-chef'; import select from 'select-dom'; import delegate, {DelegateEvent} from 'delegate-it'; |