You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ui: remove jiggle from Login page items (aws#4864)
There was previously a jiggle when moving the mouse on the
items since all border sizes were not the same.
Solution:
Make a single css class with the base item properties so that
regardless of state they all share the same border width.
Then the stateful classes like hover or selected will only change
what they need to change.
Signed-off-by: Nikolas Komonen <[email protected]>
0 commit comments