-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Fix the color on toast, form-label, modal and card when set the data-bs-theme="dark" on the element itself #38212
base: main
Are you sure you want to change the base?
Conversation
This breaks light mode card variants:
I also don't see a problem in the before state for stuff like form labels and toasts. Do you have screenshots of intended before/after to better show what needs addressing and reviewing here? |
dropdown exampledark dropdown without any other change to the light dropdown only the data-bs-theme="dark" on itself this fixes the dark preview https://deploy-preview-38212--twbs-bootstrap.netlify.app/docs/5.3/examples/dropdowns/ |
on accordion, alert, modal, pagination, listgroup, progress the data-bs-theme="dark" already works |
Fix the color when set the data-bs-theme="dark" on the element itself
make the dark variants same as the light variants, to see the theme effects.
table theme dark
32692e9
to
61471d0
Compare
This reverts commit 61471d0.
Removed the tables change is fixed by #37084. |
fix for example pages in a new pull request #38512 |
Fix the color on table, toast, form-label, modal and card when set the data-bs-theme="dark" on the element itself
and fix the theme switcher in some examples
Description
Motivation & Context
Type of changes
Checklist
npm run lint
)Live previews
Related issues