-
Notifications
You must be signed in to change notification settings - Fork 249
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 dependencies: September 2023 #4860
Conversation
0d319a5
to
2bc4913
Compare
2bc4913
to
c8e853b
Compare
The search box's category -> All Products etc. -> has flipped from white on blue to black on blue. (I'm on a light mode system setting here) flipping mode doesn't change colour (as per current production) - seems to have just been flipped. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the color change in the search box,LGTM. Couldn't snag anything else.
Took me way too long to figure out the color thing. Turns out Bootstrap 5 picks a foreground color based on what will provide the best contrast for the background... And our blue has crappy contrast with white: Options:
|
I would likely go for a darker shade of blue and the black/blue contrast is
more painful.
…On Fri, Sep 29, 2023 at 6:05 AM Josh Heyer ***@***.***> wrote:
Took me way too long to figure out the color thing. Turns out Boostrap 5
picks a foreground color based on what will provide the best contrast for
the background... And our blue has crappy contrast with white:
[image: image]
<https://user-images.githubusercontent.com/63653723/271476174-ef186339-f81d-4654-868d-c10ad842905c.png>
Options:
1. Leave text black (and adjust styles on other buttons to match)
2. Use a slightly darker shade of blue (e.g. #3e6e8e)
—
Reply to this email directly, view it on GitHub
<#4860 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6E5CB6CK3L3RZULZDN3BYTX4ZJKZANCNFSM6AAAAAA5JZHWN4>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
upgrade icons upgrade bootstrap upgrade husky
- switch to instantsearch 7 API - address breaking changes in boostrap 5 - fix: incorrect path parsing for 404 page search - fix: race condition in global search bar initialization - fix: product filter dropdown appears behind search results in global search - fix: honor system dark mode preference when no local preference is set Also replaced pretty-quick with lint-staged, as new prettier is unsupported by the former
(black text on blue for primary for now to hit contrast needs) Also re-enable underlines for hover on links. At some point this needs a thorough review for accessibility
814c26a
to
6135977
Compare
Altered rules to achieve consistency for now; added #4868 to track future work on better contrast. |
What Changed?
Notable updates:
The last two required substantial revisions to support the major version updates. As part of these, I've fixed a few related issues:
Also replaced pretty-quick with lint-staged, as new prettier is unsupported by the former. May not have the configuration quite right for this.