mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 00:56:39 +00:00
uiux(StatusIconTabButton): change cursor on component hover
This commit is contained in:
parent
4fbe1f202f
commit
f9699b7ca0
@ -57,4 +57,10 @@ TabButton {
|
||||
color: hovered ? Style.current.secondaryBackground : "transparent"
|
||||
radius: control.width / 2
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
anchors.fill: parent
|
||||
onPressed: mouse.accepted = false
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user