diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-22 06:40:48 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-22 06:40:48 +0900 |
| commit | a347f8fa4931cea99ecf30853e3f52d8290bf4c0 (patch) | |
| tree | 5509866a10d1b5847e0747929900b046cbdffdf1 /src | |
| parent | Fix bug (diff) | |
| download | sharkey-a347f8fa4931cea99ecf30853e3f52d8290bf4c0.tar.gz sharkey-a347f8fa4931cea99ecf30853e3f52d8290bf4c0.tar.bz2 sharkey-a347f8fa4931cea99ecf30853e3f52d8290bf4c0.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/components/ui/select.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/ui/select.vue b/src/client/components/ui/select.vue index 6266fb5a2d..a1e89cdf02 100644 --- a/src/client/components/ui/select.vue +++ b/src/client/components/ui/select.vue @@ -152,7 +152,7 @@ export default Vue.extend({ font-weight: normal; font-size: 16px; height: 32px; - background: var(--panel); + background: none; border: none; border-radius: 0; outline: none; |