1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-31 00:42:50 -05:00

better hover effect

This commit is contained in:
bbedward
2025-09-01 20:24:42 -04:00
parent 5c9e9385e6
commit cb1b0550a2

View File

@@ -375,10 +375,9 @@ Rectangle {
Rectangle {
anchors.fill: parent
anchors.margins: Theme.spacingS
height: 28
radius: Theme.cornerRadius / 2
radius: parent.radius
color: closeMouseArea.containsMouse ? Qt.rgba(Theme.primary.r, Theme.primary.g, Theme.primary.b, 0.08) : "transparent"
}
StyledText {
anchors.centerIn: parent
@@ -404,4 +403,3 @@ Rectangle {
}
}
}
}