Add hover effect

This commit is contained in:
Carl Schwan
2020-11-24 11:52:09 +01:00
parent 6ef7e4cd1c
commit 9bcb8b3784

View File

@@ -133,5 +133,10 @@ RowLayout {
onClicked: replyToMessage(author, message, eventId)
}
}
background: Rectangle {
Kirigami.Theme.colorSet: Kirigami.Theme.Window
color: Kirigami.Theme.backgroundColor
opacity: controlContainer.hovered ? 1 : 0
}
}
}