mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #671 from rschamp/bugfix/669
Disable default style for select elements in IE
This commit is contained in:
commit
c50ac03a48
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
|||
font-size: .875rem;
|
||||
appearance: none;
|
||||
|
||||
&::-ms-expand {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
transition: all .5s ease;
|
||||
outline: none;
|
||||
|
|
Loading…
Reference in a new issue