- Issue created by @kpaxman
- Merge request !161Add form-item class to sort details/summary element β (Merged) created by kpaxman
Automatically closed - issue fixed for 2 weeks with no activity.
Note that I've labelled this as being attached to the 7.1.x-dev version but it's true for 7.0.x-dev and 6.0.x-dev as well, with the same solution for all.
We are adding our own styling to the exposed filters. We realized that the sort filter wasn't getting the same styling as the other details/summary filters, and discovered it was because it is missing the "form-item" class.
Create an exposed sort with the "make sort options collapsible" option enabled; inspect the source and note that the "form-item" class is not being added to the details element.
Add the "form-item" class to the details element for sort as well.
I'll create a branch/MR for this shortly.
If someone has *relied* on this class not being there for CSS styling (and hopefully not - it sounds pretty generic) then their styling would change.
Active
7.1
Code
Automatically closed - issue fixed for 2 weeks with no activity.