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

[BUG] undefined css variable used as tomselect active item background #1879

Open
lovasoa opened this issue Apr 29, 2024 · 0 comments
Open

[BUG] undefined css variable used as tomselect active item background #1879

lovasoa opened this issue Apr 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@lovasoa
Copy link

lovasoa commented Apr 29, 2024

Describe the bug

The builtin tabler-specific styling for Tom Select contains a reference to an undefined variable (--tblr-text-secondary-rgb) :

https://github.com/tabler/tabler/blob/v1.0.0-beta20/dist/css/tabler-vendors.css#L826-L829

Initially reported in lovasoa/SQLpage#297

How to reproduce

  1. Go to https://jsfiddle.net/zbf2j3wr/
  2. Click on select an option
  3. press the arrow down key

expected result: you can visually identify which option is selected
actual result: no visual difference between the active option and the others

Screenshots

image

JSFiddle

https://jsfiddle.net/zbf2j3wr/

@lovasoa lovasoa added the bug Something isn't working label Apr 29, 2024
lovasoa added a commit to lovasoa/SQLpage that referenced this issue Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant