wix-playground / stylable-components

Fully-tested & strictly-typed component library based on React, using optional Wix styling.
MIT License
35 stars 3 forks source link

Stepper: change mouseDown event #543

Open maksymc opened 6 years ago

maksymc commented 6 years ago

For now when user clicks (mouseDown) on stepper arrow it moves 1px up/down correspondingly.

We need:

  1. Remove 1px move;
  2. Add different color on click (https://zpl.io/adxwzdE)

So stepper should ONLY change its color when user clicks on it.