forked from Shinonome/dots-hyprland
app search qol: enter first item, entry always respond to char keys
This commit is contained in:
@@ -50,7 +50,7 @@ Button {
|
||||
anchors.fill: parent
|
||||
anchors.leftMargin: root.horizontalMargin
|
||||
anchors.rightMargin: root.horizontalMargin
|
||||
radius: Appearance.rounding.small
|
||||
radius: Appearance.rounding.normal
|
||||
color: (root.down || root.keyboardDown) ? Appearance.colors.colLayer1Active : ((root.hovered || root.focus) ? Appearance.colors.colLayer1Hover : Appearance.transparentize(Appearance.m3colors.m3surfaceContainerHigh, 1))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user