Skip to content
Snippets Groups Projects
Commit b7331f72 authored by Benjamin Arnaud's avatar Benjamin Arnaud Committed by Hugo Beauzée-Luyssen
Browse files

qml/ActionButtonPrimary: Fix keyboard focus color for action buttons

parent c05eb00c
No related branches found
No related tags found
1 merge request!535qml/ActionButtonPrimary: Fix keyboard focus color for action buttons
Pipeline #134644 passed with stages
in 38 minutes and 3 seconds
......@@ -127,6 +127,8 @@ FocusScope {
iconTxt: VLCIcons.play
text: i18n.qtr("Play all")
focus: true
// NOTE: In overlay, the focus rectangle is always white.
colorFocus: VLCStyle.colors.white
onClicked: medialib.addAndPlay( artist.id )
}
......
......@@ -29,6 +29,4 @@ TabButtonExt {
: VLCStyle.colors.accent
foregroundColor: "white"
colorFocus: VLCStyle.colors.white
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment