Show idle cursor when hovering a disabled Button
This commit is contained in:
parent
754b8f819e
commit
b5d842f877
@ -103,7 +103,7 @@ where
|
||||
} else {
|
||||
content
|
||||
},
|
||||
if is_mouse_over {
|
||||
if is_mouse_over && !is_disabled {
|
||||
mouse::Interaction::Pointer
|
||||
} else {
|
||||
mouse::Interaction::default()
|
||||
|
Loading…
Reference in New Issue
Block a user