Show idle cursor when hovering a disabled Button
This commit is contained in:
parent
754b8f819e
commit
b5d842f877
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ where
|
||||||
} else {
|
} else {
|
||||||
content
|
content
|
||||||
},
|
},
|
||||||
if is_mouse_over {
|
if is_mouse_over && !is_disabled {
|
||||||
mouse::Interaction::Pointer
|
mouse::Interaction::Pointer
|
||||||
} else {
|
} else {
|
||||||
mouse::Interaction::default()
|
mouse::Interaction::default()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue