tiles: Remove cursor style on Tile's title. (#673)
This commit is contained in:
parent
7eaac7b171
commit
5cf11ffe1b
1 changed files with 0 additions and 1 deletions
|
|
@ -750,7 +750,6 @@ impl Tiles {
|
||||||
if !is_occluded(&drag_bar_bounds) {
|
if !is_occluded(&drag_bar_bounds) {
|
||||||
h_flex()
|
h_flex()
|
||||||
.id("drag-bar")
|
.id("drag-bar")
|
||||||
.cursor_grab()
|
|
||||||
.absolute()
|
.absolute()
|
||||||
.w_full()
|
.w_full()
|
||||||
.h(DRAG_BAR_HEIGHT)
|
.h(DRAG_BAR_HEIGHT)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue