-
Notifications
You must be signed in to change notification settings - Fork 16
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
IBX-7173: As the user I want to see empty state message in dropdown while filtering #1008
Conversation
@@ -183,6 +183,13 @@ | |||
{% include list_item_template_path with { choice, custom_form, icon: item_icon, icon_class: item_icon_class } %} | |||
{% endfor %} | |||
</ul> | |||
|
|||
<div class="ibexa-dropdown__items-list-filter-empty" hidden> | |||
<svg> |
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.
class ibexa-icon?
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.
Here there's no point for this class - this class sets width and height of an element to 2rem and I need for this svg to be of dynamic size (based on widget width)
@GrabowskiM Rebase is needed here |
a846206
to
6f00340
Compare
6f00340
to
fda3104
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Change started as thing for site access widget, but at the end done to all dropdowns in whole system...
Checklist:
$ composer fix-cs
)