hiding IE11 arrow on select

This commit is contained in:
Raphael Goetter 2017-09-22 11:21:20 +02:00
parent ad3e11559d
commit 1736d2d8f8
3 changed files with 11 additions and 1 deletions

View File

@ -1965,6 +1965,11 @@ select {
background-size: 1.2rem;
}
/* hiding IE11 arrow */
select::-ms-expand {
display: none;
}
textarea {
min-height: 5em;
vertical-align: top;

File diff suppressed because one or more lines are too long

View File

@ -75,6 +75,11 @@ select {
background-size: 1.2rem;
}
/* hiding IE11 arrow */
select::-ms-expand {
display: none;
}
textarea {
min-height: 5em;
vertical-align: top;