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
feat(issue-views): Improve drag handle and safari interactions (#87119)
This PR makes a couple of minor improvements to issue views,
specifically related to the newly added grab handle, and safari
improvements:
1. Hover states in Safari are no longer super janky. This was caused by
some CSS selectors not being supported by safari.
2. The drag handle now has an interaction state layer to make it more
clear that it is draggable
3. The background opacity of each issue view has been slightly decreased
so that an item being dragged will slightly show the items beneath it.
Note that there is still an issue where triggering a reorder while
dragging in safari will cause the hover state to be lost. This seems to
be an [intentional decision by
Safari](https://stackoverflow.com/questions/52133842/safari-only-css-hover-event-not-triggered-on-drag),
but I could not figure out a reasonable fix in the timebox I gave
myself.
0 commit comments