-
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
chore(merge main): patched commit → 0cbfe13 #2828
Conversation
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
9594d81
to
2120af5
Compare
70f67c5
to
2120af5
Compare
scss/_carousel.scss
Outdated
@@ -355,7 +356,7 @@ | |||
left: (100% - $carousel-caption-width) * .5; | |||
padding: $carousel-caption-padding-y $carousel-caption-padding-x; // Boosted mod | |||
color: $carousel-caption-color; | |||
background-color: $carousel-caption-bg; // Boosted mod | |||
background-color: $carousel-caption-bg; // Boosted mod: instead of `var(--#{$prefix}carousel-caption-color)` |
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.
On the bootstrap side the change was on the color, not the background color but there is no background color on Bootstrap side. Shouldn't we update the color instead ?
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.
Good catch ! I've changed the comment so we aren't lost. Since we already properly take care of the dark mode carousel in Boosted, I didn't change anything.
243a160
to
1cff6e7
Compare
twbs/bootstrap@1d92d0b: Nothing to do