jurteam / platform

Jur Beta Platform
https://beta.jur.io
0 stars 0 forks source link

TODO when hovering on a clickable item there should be a transition to the hover state #264

Closed 0xlyd closed 4 years ago

0xlyd commented 4 years ago

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

  1. Hover over a breadcrumb navigation element (e.g. http://167.71.2.142/oath-keeper/oath-takers)
  2. There is no transition

This issue comes after #263 and related ones that add an hover state

ashishjur commented 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