Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button (etc) focus state - 4 px gradiant, Blue and Red (update) #108

Open
ulde01 opened this issue Jun 29, 2020 · 0 comments
Open

Button (etc) focus state - 4 px gradiant, Blue and Red (update) #108

ulde01 opened this issue Jun 29, 2020 · 0 comments

Comments

@ulde01
Copy link

ulde01 commented Jun 29, 2020

Change

Focus state on interactive components (button, link, table row, logotype, etc) goes from a flat 3 px outline in "Dark Blue 2", to a gradient 4 px outline:

image

Blue

  • Blue focus state is a gradient 4 px outline in seb-blue/#41B0EE:
  • box-shadow: 0 0 4px 1px #41B0EE;

Red

  • Red focus state is a gradient 4 px outline in seb-red/#F03529:
  • box-shadow: 0 0 4px 1px $seb-red;

Reason
This time we focused on the focus state for blue and red buttons but the goal is to bring a consistency throughout our components and frameworks, so these colours could be applied on all interactive components.

Thank you!
/Ulrika

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant