-
Notifications
You must be signed in to change notification settings - Fork 646
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
styling of selectize menus #13176
styling of selectize menus #13176
Conversation
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.
The multiselect.twig
template (and Cp::multiSelectHtml()
) should be left alone. We can either:
- add a new
multiselectize.twig
template +Cp::multiSelectizeHtml()
andCp::multiSelectizeFieldHtml()
methods; or - check for a
multi
variable in theselectize.twig
template
Second option is probably easier.
I went a slightly different way regarding those amends. If you’re not happy with this and you want to strictly avoid any changes to |
Did you push everything up? Not seeing any evidence of this in on https://github.com/craftcms/cms/pull/13176/files. |
Yes, everything's pushed; I just described it wrong... I was supposed to say: |
# Conflicts: # src/web/assets/cp/dist/cp.js # src/web/assets/cp/dist/cp.js.map # src/web/assets/cp/dist/css/cp.css # src/web/assets/cp/dist/css/cp.css.map [ci skip]
[ci skip]
[ci skip]
Just updated |
Description
Dropdown (before & after):


Multi-select (before & after):


Related issues
dev-1124