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
+2 -4
View File
@@ -7,7 +7,6 @@
position: relative;
height: 22px;
float: left;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
&__control {
@@ -24,7 +23,6 @@
line-height: 22px;
display: block;
margin-left: 37px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.van-icon {
@@ -33,11 +31,11 @@
}
.van-icon-checked {
color: $c-green;
color: $green;
}
.van-icon-check {
color: $c-gray-dark;
color: $gray-dark;
}
&--disabled {