1
1
mirror of https://github.com/primer/css.git synced 2024-09-22 06:07:31 +03:00

ms-expand comment

This commit is contained in:
Mark Otto 2015-06-10 12:39:05 -07:00
parent 838effd281
commit 9854cd694a

View File

@ -502,6 +502,7 @@ input::-webkit-inner-spin-button {
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
}
// Hides the caret in IE11
&::-ms-expand {
opacity: 0;
}