You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue: If a project calls for multiple angular-packery instances with different drag handles, adding a common class of cursor: move; would require you to style each drag handle individually.
When creating a handle, angular-packery should add a class of .packery-handle to the element to allow for general CSS styles that are unaware of each individual handle.
The text was updated successfully, but these errors were encountered:
The issue: If a project calls for multiple angular-packery instances with different drag handles, adding a common class of
cursor: move;
would require you to style each drag handle individually.When creating a handle, angular-packery should add a class of
.packery-handle
to the element to allow for general CSS styles that are unaware of each individual handle.The text was updated successfully, but these errors were encountered: