vant-css: use hairline classes instead of mixins

This commit is contained in:
陈嘉涵
2017-09-05 10:50:17 +08:00
parent 99f712104e
commit 9dd8a93067
63 changed files with 414 additions and 466 deletions
+3 -5
View File
@@ -9,11 +9,11 @@
}
.van-icon-checked {
color: $c-green;
color: $green;
}
.van-icon-check {
color: $c-gray-dark;
color: $gray-dark;
}
&--disabled {
@@ -27,7 +27,6 @@
height: 22px;
margin-right: 15px;
float: left;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
&__control {
@@ -43,7 +42,6 @@
&__label {
line-height: 22px;
margin-left: 37px;
display: block;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
display: block;
}
}