Skip to content

ui: Add explicit focus outline to carousel items

Philip Withnall requested to merge 53-carousel-focus into main

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)

Merge request reports