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

Fix custom-select with "multiple" attribute #23055

Merged
merged 5 commits into from
Oct 3, 2017
Merged

Fix custom-select with "multiple" attribute #23055

merged 5 commits into from
Oct 3, 2017

Conversation

C-Lodder
Copy link
Contributor

@C-Lodder C-Lodder commented Jul 12, 2017

This PR fixes the issue mentioned here: #22065

height: auto; is used to override height: calc(2.25rem + 2px);

and

background-image: none; is used to override the SVG used on the .custom-select element

@@ -164,6 +164,11 @@
}
}

&[multiple] {
height: auto;
background: none;
Copy link
Contributor

Choose a reason for hiding this comment

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

Changing this to background-image would be helpful so we don't lose the background-color set above.

@C-Lodder
Copy link
Contributor Author

@pat270 - updated

@mdo mdo merged commit bd858f0 into twbs:v4-dev Oct 3, 2017
@mdo mdo mentioned this pull request Oct 3, 2017
@C-Lodder C-Lodder deleted the patch-1 branch October 20, 2017 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants