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:
Connor Hudson 2016-07-18 10:52:51 -04:00 committed by GitHub
commit f538016b47

View file

@ -23,6 +23,12 @@
display: none;
}
&::-ms-value {
background-color: inherit;
padding-left: 1rem;
color: inherit;
}
&:focus {
transition: all .5s ease;
outline: none;