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

Use .form-select #55

Merged
merged 10 commits into from
Jan 19, 2021
Merged

Use .form-select #55

merged 10 commits into from
Jan 19, 2021

Conversation

ciar4n
Copy link

@ciar4n ciar4n commented Jan 18, 2021

Converts to form-select in core.
Allows the use of pre-bs5 classes in 3PD extensions (custom-select etc).

@wilsonge
Copy link
Owner

LGTM. I did something similar without the XML conversion (which of course makes total sense). I assume you're missing the casseopia changes - but if you merge in my branch should be fine.

@ciar4n
Copy link
Author

ciar4n commented Jan 18, 2021

@wilsonge should be good now!

Co-authored-by: Quy <quy@fluxbb.org>
@@ -33,7 +33,7 @@ body {
background: var(--atum-bg-light);
}

.custom-select {
.form-select {
Copy link
Owner

Choose a reason for hiding this comment

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

I guess revert this one?

@@ -35,27 +35,23 @@
}
}

// All class names are duplicated custom select and form select for b/c with bootstrap 4
&.custom-select-color-state, &.form-select-color-state {
&.form-select-success {
Copy link
Owner

@wilsonge wilsonge Jan 19, 2021

Choose a reason for hiding this comment

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

I thought we were leaving in the b/c mapping layer for 3rd parties? Looks like you removed them in the conflicts (same for the class below and casseopia)

Copy link
Author

Choose a reason for hiding this comment

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

Apologies, I'm getting a bit confused here with some of the comments. These classes are of little use without #55 (comment)

I've re-added them with 57f096b

Also moved the extended .custom-select as it needs to be loaded before the custom CSS.

Tested both form-select and custom-select and both function correctly.

@wilsonge wilsonge merged commit d678c03 into wilsonge:bs5 Jan 19, 2021
@wilsonge
Copy link
Owner

Thankyou very much!

wilsonge pushed a commit that referenced this pull request Jun 28, 2023
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.

3 participants