mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #726 from technoboy10/gh701-ie11-ms-value
Fix GH-701, GH-700: IE11 select form background, indent issues
This commit is contained in:
commit
f538016b47
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
&::-ms-value {
|
||||
background-color: inherit;
|
||||
padding-left: 1rem;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
transition: all .5s ease;
|
||||
outline: none;
|
||||
|
|
Loading…
Reference in a new issue