mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix highlight in activity list
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
1dc83bfbd3
commit
97cf9390fa
@ -30,6 +30,7 @@ ScrollView {
|
||||
Accessible.role: Accessible.List
|
||||
Accessible.name: qsTr("Activity list")
|
||||
|
||||
keyNavigationEnabled: true
|
||||
clip: true
|
||||
spacing: 0
|
||||
currentIndex: -1
|
||||
@ -37,11 +38,10 @@ ScrollView {
|
||||
|
||||
highlight: Rectangle {
|
||||
id: activityHover
|
||||
|
||||
anchors.fill: activityList.currentItem
|
||||
color: palette.highlight
|
||||
visible: activityList.activeFocus
|
||||
radius: Style.mediumRoundedButtonRadius
|
||||
visible: activityList.activeFocus
|
||||
}
|
||||
|
||||
highlightFollowsCurrentItem: true
|
||||
@ -56,6 +56,7 @@ ScrollView {
|
||||
}
|
||||
|
||||
delegate: ActivityItem {
|
||||
background: null
|
||||
width: activityList.contentItem.width
|
||||
|
||||
isFileActivityList: controlRoot.isFileActivityList
|
||||
|
||||
Loading…
Reference in New Issue
Block a user