diff --git a/Kanban/UI/Board/LaneView.swift b/Kanban/UI/Board/LaneView.swift index b79a4b6..5e468ba 100644 --- a/Kanban/UI/Board/LaneView.swift +++ b/Kanban/UI/Board/LaneView.swift @@ -784,6 +784,9 @@ struct LaneView: View, Equatable { .buttonStyle(.plain) .accessibilityLabel(AccessibilityPhrases.collapseLaneLabel(lane: lane.title.value)) .disabled(!store.acceptsBoardMutations) + .onHover { inside in + if inside { NSCursor.arrow.push() } else { NSCursor.pop() } + } } // MARK: - The lane drag