summaryrefslogtreecommitdiff
path: root/src/client/components
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-22 06:40:48 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-22 06:40:48 +0900
commita347f8fa4931cea99ecf30853e3f52d8290bf4c0 (patch)
tree5509866a10d1b5847e0747929900b046cbdffdf1 /src/client/components
parentFix bug (diff)
downloadsharkey-a347f8fa4931cea99ecf30853e3f52d8290bf4c0.tar.gz
sharkey-a347f8fa4931cea99ecf30853e3f52d8290bf4c0.tar.bz2
sharkey-a347f8fa4931cea99ecf30853e3f52d8290bf4c0.zip
:art:
Diffstat (limited to 'src/client/components')
-rw-r--r--src/client/components/ui/select.vue2
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;