-
Notifications
You must be signed in to change notification settings - Fork 10
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: Add _classes to hotgrid__item (fixes #143) #144
Conversation
Should probably put it on |
Yep, done. I initially had it on |
Yea it's curious. |
I think Hotgrid was based on Hotgraphic initially so this has probably carried over. Hotgraphic appends |
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.
This works as expected thanks @swashbuck. One thing to note, Hotgraphic has separate _classes
for popup and item. Would we want to do the same here for consistency?
Although I do find it odd that the Hotgraphic popup _classes
is associated with the graphic when the class is applied to the .hotgraphic-popup__item
.
Thanks, @kirsty-hames . I agree that we should align with Hotgraphic's classes implementation, as flawed as it is. I'll add a new |
@kirsty-hames @oliverfoster These changes have been made. Ready for re-review. |
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.
Thanks @swashbuck - works as expected.
🎉 This PR is included in version 4.5.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Fix #143
Fix
_items._classes
to.hotgrid__item
to assist with styling.