Skip to content
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

DEP Upgrade bootstrap and reactstrap #3050

Open
wants to merge 1 commit into
base: 6.0
Choose a base branch
from

Conversation

GuySartorelli
Copy link
Member

@GuySartorelli GuySartorelli commented Jan 15, 2025

See silverstripe/silverstripe-admin#1889 which links to the specific upgrade guide entries for most changes made.

Issue

@GuySartorelli GuySartorelli force-pushed the pulls/6.0/upgrade-bootstrap branch from 55733b8 to e2a78f3 Compare January 22, 2025 01:46
@GuySartorelli GuySartorelli marked this pull request as ready for review January 23, 2025 00:02
Comment on lines -149 to -161
.input-group-append {
z-index: 2;

&:last-of-type {
z-index: 1;
}

.btn {
margin-top: 0;
padding-top: $input-padding-y;
padding-bottom: $input-padding-y;
}
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://getbootstrap.com/docs/5.0/migration/#forms

Dropped .input-group-append and .input-group-prepend. You can now just add buttons and .input-group-text as direct children of the input groups.

Turns out the styling isn't needed anymore in any case, from what I can tell, so just removed this block outright.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant