mirror of https://github.com/twbs/bootstrap.git
Add color-scheme to light root selector
Fixup for #37734 If `[data-bs-theme="light"]` is nested within `[data-bs-theme="dark"]`, `color-scheme` should be reset to `light`.
This commit is contained in:
parent
669079dff6
commit
7cd2f480a2
|
@ -2,6 +2,8 @@
|
|||
[data-bs-theme="light"] {
|
||||
// Note: Custom variable values only support SassScript inside `#{}`.
|
||||
|
||||
color-scheme: light;
|
||||
|
||||
// Colors
|
||||
//
|
||||
// Generate palettes for full colors, grays, and theme colors.
|
||||
|
|
Loading…
Reference in New Issue