Closed (fixed)
Project:
UI Suite Bootstrap
Version:
5.0.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2023 at 15:02 UTC
Updated:
26 Jun 2025 at 15:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mademo commentedComment #4
mademo commentedComment #5
mademo commentedComment #6
grimreaperComment #7
grimreaperComment #8
mademo commentedComment #9
mademo commentedWhat’s new on Bootstrap 5.3.0 :
- Dark mode:
Bootstrap’s core has been rewritten to provide first-class support for dark mode. Moreover, Bootstrap now supports any number of color modes, allowing you to build your own custom themes or more nuanced color modes.
- Refreshed color palette and new variables:
https://getbootstrap.com/docs/5.3/customize/color/#colors
https://getbootstrap.com/docs/5.3/customize/css-variables/
- New link helpers and utilities
- New nav underline
- New focus ring helper
- Deprecated the .text-muted utility and $text-muted Sass variable.
Comment #10
mademo commentedComment #11
mademo commentedComment #12
grimreaperHi,
I encountered a regression on the floating labels. See attached gif.
I found the root and it is from https://github.com/twbs/bootstrap/blob/main/scss/forms/_floating-labels....
And the blame points to this commit https://github.com/twbs/bootstrap/commit/3aabfc70c38db03e77229a49f4f8c7e....
I do not have the time to create an issue in the upstream, and also I am not sure if they would be interested in having a bug fix because Bootstrap does not provide required mark, this is purely a Drupal addition.
I currently made a workaround in a project with the following SASS code:
I would like to discuss if we should/could put it in ui_suite_bootstrap theme or in the starterkit?
Comment #13
grimreaperComment #16
grimreaperComment #18
grimreaper