-
Notifications
You must be signed in to change notification settings - Fork 54
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
Dark mode: Cards #2318
Dark mode: Cards #2318
Conversation
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
8ae7abe
to
670f453
Compare
35e8b91
to
a4fee7c
Compare
bbf1afd
to
fc169fa
Compare
a4fee7c
to
8edb5da
Compare
IMO "Featured" area should stay black in dark mode. It seems off, especially in https://deploy-preview-2318--boosted.netlify.app/docs/5.3/components/card/#background-and-color and https://deploy-preview-2318--boosted.netlify.app/docs/5.3/components/card/#border. I'd say we aren't supposed to have white bg color in dark mode (too bright). Let's ask the designers. |
https://deploy-preview-2318--boosted.netlify.app/docs/5.3/components/card/#navigation is broken in dark mode |
Cards example page should be updated too. Based on what we can see in the PR, maybe we can drop temporarily the second part of this page since folks should rather use contextual dark mode instead of these dark variants isn't it? |
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
Description
Cards in dark mode, by using existing Sass vars :
$card-cap-bg
$black
var(--#{$prefix}highlight-bg)
$btn-close-active-border-color
$white
var(--#{$prefix}highlight-bg)
$btn-close-disabled-color
$gray-700
var(--#{$prefix}placeholder-color)
Links