mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
settings-search: slightly more visible result highlight
This commit is contained in:
@@ -250,7 +250,7 @@ Item {
|
||||
|
||||
Timer {
|
||||
id: highlightScrollTimer
|
||||
interval: 200
|
||||
interval: 333
|
||||
property string targetKey: ""
|
||||
onTriggered: {
|
||||
if (root.activeTabContent && targetKey) {
|
||||
@@ -1204,8 +1204,8 @@ Item {
|
||||
id: highlightOverlay
|
||||
visible: opacity > 0
|
||||
opacity: 0
|
||||
color: Qt.alpha(Color.mSecondary, 0.12)
|
||||
border.color: Qt.alpha(Color.mSecondary, 0.4)
|
||||
color: Qt.alpha(Color.mSecondary, 0.2)
|
||||
border.color: Qt.alpha(Color.mSecondary, 0.6)
|
||||
border.width: Style.borderM
|
||||
radius: Style.radiusS
|
||||
z: 100
|
||||
@@ -1217,7 +1217,7 @@ Item {
|
||||
target: highlightOverlay
|
||||
property: "opacity"
|
||||
to: 1.0
|
||||
duration: Style.animationFast
|
||||
duration: Style.animationSlow
|
||||
easing.type: Easing.OutQuad
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user