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

Update checkbox styles #4306

Open
magicznyleszek opened this issue Mar 2, 2023 · 0 comments · Fixed by #4442
Open

Update checkbox styles #4306

magicznyleszek opened this issue Mar 2, 2023 · 0 comments · Fixed by #4442
Labels
Front end UI & UX User interface problems and improvements

Comments

@magicznyleszek
Copy link
Member

Description

We need to simplify current styles of the Checkbox and Radio components.

To simply have something like this:

  1. Empty checkbox
    • border kobo-gray-65
    • white background-color
  2. Empty checkbox on hover or click
    • border kobo-gray-40
    • background-color kobo-light-blue
    • no checkmark yet
  3. Selected checkbox
    • border kobo-blue
    • background-color kobo-blue
    • white checkmark
  4. Selected checkbox on hover or click
    • border kobo-alt-blue
    • background-color kobo-alt-blue
    • white checkmark
@magicznyleszek magicznyleszek added UI & UX User interface problems and improvements Front end labels Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Front end UI & UX User interface problems and improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant