Signed-off-by: Camila Ayres <hello@camilasan.com>
\r
background: Rectangle {\r
border.color: palette.dark\r
+ radius: Style.currentAccountButtonRadius\r
color: palette.window\r
- radius: 2\r
}\r
\r
contentItem: ScrollView {\r
Accessible.role: Accessible.MenuItem\r
Accessible.name: qsTr("Open %1 in browser").arg(model.appName)\r
Accessible.onPressAction: appEntry.triggered()\r
+\r
+ background: Rectangle {\r
+ anchors.fill: parent\r
+ anchors.margins: 1\r
+ color: (appEntry.hovered || appEntry.visualFocus) ? palette.highlight : palette.window\r
+ }\r
}\r
}\r
}\r