Skip to content

settings: Improve listbox styles

Guido Günther requested to merge guidog/phosh:settings-listbox-style into main

Initially I only wanted to add a small border radius to the WifiStatusPages listbox rows but then noticed that some bit of the audio device selection (which uses the same style class) were only working by accident. Let's fix that up and also adjust the focus style to match that of the buttons (blue border instead of dotted line):

status-listbox

This should help upcoming quick settings status pages list boxes too as they will use the same style class.

Merge request reports