Merge pull request #164 from zhujun24/fix-ie

input-number arrow
This commit is contained in:
偏右 2015-08-20 16:28:28 +08:00
commit 400f23939d
2 changed files with 5 additions and 3 deletions

View File

@ -52,8 +52,8 @@
background-color: #fff;
& > &-box {
margin-top: 16px;
margin-bottom: 16px;
padding-top: 16px;
padding-bottom: 16px;
}
}

View File

@ -143,9 +143,10 @@
cursor: pointer;
&-inner {
top: 1px;
&:before {
content: "\e600";
.ie-rotate(2);
&:before {
text-align: center;
content: "\e600";
transform: rotate(180deg);
-webkit-transform-origin: 47.5% 51%; /* fix chrome position */
}
@ -156,6 +157,7 @@
cursor: pointer;
&-inner {
&:before {
text-align: center;
content: "\e600";
}
}