zed/crates/gpui
Mikayla Maki 26c3312049
Fix cursor and hover styles changing when dragging the mouse (#2884)
Since the resizing rework on docks, I noticed a lot of cursor flickering
when dragging, that drags trigger hover states in underlying elements
instead of being ignored, and that clicking and dragging off a button
can leave that button's click style active. This PR fixes all three
bugs.

Release Notes:

- Fixed several styling bugs related to dragging the mouse cursor
2023-08-23 18:29:29 -07:00
..
examples Merge branch 'main' into disclosable-component 2023-08-23 16:30:27 -07:00
playground Mark new crates as publish = false 2023-08-22 20:47:05 -06:00
playground_macros Mark new crates as publish = false 2023-08-22 20:47:05 -06:00
src Fix cursor and hover styles changing when dragging the mouse (#2884) 2023-08-23 18:29:29 -07:00
tests Merge branch 'main' into divs 2023-08-22 16:35:56 -06:00
build.rs Use a hand-coded parser for keymap context predicates 2023-01-16 15:53:49 -08:00
Cargo.toml Introduce Refinement trait and derive macro 2023-08-18 01:03:46 -06:00