Closed 0xlyd closed 4 years ago
I've added hover state color for primary
called primary-hover
in SCSS variables. Will use the same for all hover actions.
For reference:
$primary: #0077ff;
$primary-hover: lighten($primary, 10%);
Related issue #265
Expected Behavior
There should be a transition to the hover state
Current Behavior
There is no transition (and there is no hover state for most of the items, there will be a separate issue for that)
Possible Solution
You can take, temporarily, the transition timing and ease that we have in the main website
Steps to Reproduce
Environment: Temp
This issue comes after #263 and related ones that add an hover state