[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:
@@ -44,6 +44,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
&__minus,
|
||||
&__plus {
|
||||
&:active {
|
||||
background-color: $active-color;
|
||||
}
|
||||
|
||||
&--disabled:active {
|
||||
background-color: $background-color;
|
||||
}
|
||||
}
|
||||
|
||||
&__minus {
|
||||
border-radius: 2px 0 0 2px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user