From 9f5a763c6971c2c37cf63e661918dcbbde7b4c08 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Sat, 21 Sep 2019 01:47:32 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20select=E3=81=A7prefix/sufix=E3=81=8C?= =?UTF-8?q?=E3=81=AA=E3=81=84=E3=81=A8=E3=81=8D=E3=81=AB=E3=81=84=E3=82=89?= =?UTF-8?q?=E3=81=AA=E3=81=84=E4=B8=8B=E7=B7=9A=E3=81=8C=E4=BB=98=E3=81=8F?= =?UTF-8?q?=20(#5440)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/app/common/views/components/ui/select.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client/app/common/views/components/ui/select.vue b/src/client/app/common/views/components/ui/select.vue index ec5145ca3..1057d60d0 100644 --- a/src/client/app/common/views/components/ui/select.vue +++ b/src/client/app/common/views/components/ui/select.vue @@ -176,6 +176,9 @@ root(fill) color rgba(#000, 0.54) pointer-events none + &:empty + display none + > * display block min-width 16px