diff --git a/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml b/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml index 944aaf8c1..1909ad40c 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml @@ -26,6 +26,12 @@ ComboBox { Behavior on color { animation: Appearance.animation.elementMoveFast.colorAnimation.createObject(this) } + + MouseArea { + anchors.fill: parent + acceptedButtons: Qt.NoButton + cursorShape: Qt.PointingHandCursor + } } indicator: MaterialSymbol { @@ -95,6 +101,12 @@ ComboBox { Behavior on color { animation: Appearance.animation.elementMoveFast.colorAnimation.createObject(this) } + + MouseArea { + anchors.fill: parent + acceptedButtons: Qt.NoButton + cursorShape: Qt.PointingHandCursor + } } contentItem: RowLayout {