-
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 13th of Feb #1829
Chore merge 13th of Feb #1829
Conversation
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
73fbac4
to
7d172e5
Compare
51b9b23
to
a559cde
Compare
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.
I suppose we need to strongly update the browser list we support since several components use flexbox gap.
Do we need to ask for design to change its name reference ?
However, couldn't find any visual regression 😄
// Underline | ||
// | ||
|
||
.nav-underline { |
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.
[Bootstrap Side] As discussed in private, should definetely be only a redefinition on CSS variables so enrich the basic nav and remove all but CSS variables in here and in all nav modes.
Co-authored-by: Louis-Maxime Piton <[email protected]>
I add it to the list in twbs/bootstrap#37309
Not mandatory IMO but we can inform them about this change |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
LGTM
The following commit coming from Bootstrap has been isolated in this PR because of the complexity of the review: twbs/bootstrap@7d9aa9d.
The principle here is that "Tabs light" nav is replaced by the variant coming from Bootstrap: "Underline".
"Tabs light" were built based on
--bs-nav-tabs-*
CSS vars. Since we don't use.nav-tabs
in combination of.nav-underline
a big part of the content of.nav-tabs
CSS vars and rules has been copied into.nav-underline
. I'm not sure I can do better here, but if you have any ideas don't hesitate.This change also implies a breaking change for the Nested Tabs second row which now uses "Underline" nav.
I wanted to redirect the URLs with anchors between v5.2 and v5.3 but that's not going to be possible.
Live previews