style(i18n): prettier language select

This commit is contained in:
Gregor Kleen 2019-10-20 10:40:43 +02:00
parent 352bdba1a4
commit 717cf1ddfd

View File

@ -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,