From 717cf1ddfd05d63151fcc9df85b782d48a655f41 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 20 Oct 2019 10:40:43 +0200 Subject: [PATCH] style(i18n): prettier language select --- frontend/src/utils/inputs/inputs.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/utils/inputs/inputs.scss b/frontend/src/utils/inputs/inputs.scss index 6f12d81b8..f19a17bda 100644 --- a/frontend/src/utils/inputs/inputs.scss +++ b/frontend/src/utils/inputs/inputs.scss @@ -150,7 +150,6 @@ textarea { padding: 4px 13px; font-size: 1rem; font-family: var(--font-base); - -webkit-appearance: none; appearance: none; border: 1px solid #dbdbdb; border-radius: 2px; @@ -184,8 +183,8 @@ textarea { /* OPTIONS */ -select { - -webkit-appearance: menulist; +select[size = "1"], select:not([size]) { + appearance: menulist; } select,