fix input icon loading (#872)

This commit is contained in:
baiyaaaaa
2016-11-07 11:15:28 +08:00
committed by FuryBean
parent 1c47153e1a
commit 9a3aa1b580
2 changed files with 1 additions and 14 deletions

View File

@@ -74,10 +74,6 @@
}
}
}
.el-icon-loading {
animation: validating-rotating 1s linear infinite;
}
@m large {
font-size: var(--input-large-font-size);
@@ -209,12 +205,3 @@
}
}
}
@keyframes validating-rotating {
0% {
transform: translate(0, -50%) rotateZ(0deg);
}
100% {
transform: translate(0, -50%) rotateZ(360deg);
}
}