style(i18n): prettier language select
This commit is contained in:
parent
352bdba1a4
commit
717cf1ddfd
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user