-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Fix some missing variables, minor tweaks to some colors #1684
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
Conversation
|
|
@mholt is attempting to deploy a commit to the Tabler Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
I'm still trying to figure out how to bring back the beta 16 navbar link hover colors. In dark mode, the links were gray but become white on hover. I can't seem to figure out how to make that happen in beta 20? Something -- I suspect Bootstrap -- is setting the alpha channel to 80% it seems. |
|
Thanks @mholt for your work! Waiting for these fixes and a new release... |
|
Thank you for merging 😊 |
|
Hi. Just wanted to ask when there would be a new release so this hover issue is fixed? |
This PR attempts to repair some of the broken variable names from the Bootstrap 5 transition somewhere between betas 16 and 19 (and now beta 20 as of this morning) and to improve the accessibility with a more visually consistent color-step palette.
(Apologies for my non-hi-DPI screen with which I took these screenshots...)
Border color on hover was black because of missing variable:
I restored the previous look by repairing the variable, which makes it a dark gray (which IMO looks better too -- this is the way it was in beta ~16):
Card caps bg is currently too hard to see:
Now it is visible again, closer to beta 16:
(Thus this PR fixes #1592)
It resolves a few accessibility issues as well:
Hover BGs are now visible, they got lost somewhere between beta 16 and 19. Now they're even more visible, but not too much.



Before:
Current:
After:
Restored the pre-beta-19 blue color, so that Tabler brand color is its own distinct color. This also improves contrast of buttons and links which are now more legible in dark mode.


Current:
After:
There's still some work to do which I may push to this PR if it's still open, but I think this PR is a good step forward and ready to go anyway.
(These visibility/accessibility improvements are required for my app, hence my PR. I'd love to not have to maintain a fork of Tabler, if it's possible I'd like to get this -- or something like this -- merged. 😊)