[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
+4
View File
@@ -4,6 +4,10 @@
position: relative;
background-color: $white;
&:active {
background-color: $active-color;
}
&--add {
line-height: 40px;