[bugfix] add click feedback of buttons in components (#248)

* [bugfix] CouponList always show empty info

* [bugfix] add click feedback of buttons in components
This commit is contained in:
neverland
2017-10-25 03:03:44 -05:00
committed by GitHub
parent c90f2663ee
commit 7325334734
8 changed files with 38 additions and 5 deletions

View File

@@ -8,7 +8,15 @@
height: 40px;
line-height: 40px;
overflow: hidden;
}
&__cancel,
&__confirm {
padding: 0 15px;
&:active {
background-color: $active-color;
}
}
&__cancel {