ui: Add explicit focus outline to carousel items
Since they’re custom widgets, they need custom CSS to define a focus outline, and can’t rely on GTK providing it for them.
Ideally we’d be using the same $focus_border_color
as GTK does, and
adjusting it for dark and high-contrast themes, but GTK doesn’t export
that colour so we have to work around it.
Signed-off-by: Philip Withnall pwithnall@endlessos.org
Fixes: #53 (closed)
Closes #53 (closed)