[Improvement] add active color for Badge、CouponList、ContactCard (#419)

This commit is contained in:
neverland
2017-12-12 20:05:36 +08:00
committed by GitHub
parent 1fd157e9f4
commit c455301129
3 changed files with 22 additions and 3 deletions
+6
View File
@@ -229,5 +229,11 @@
background-image: linear-gradient(45deg, #a4a9b2, #b7bcc3);
}
}
&:active {
.van-coupon-item__body {
background-color: $active-color;
}
}
}
}