From e4a2bc11b12fce58126f3dab6b4275d05c33bdb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20Andreu?= Date: Wed, 17 Jan 2024 15:52:46 +0100 Subject: [PATCH] gtk4 was left out in last commit... --- source/gtk4/_common.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/gtk4/_common.scss b/source/gtk4/_common.scss index 1e120cb..7af4661 100644 --- a/source/gtk4/_common.scss +++ b/source/gtk4/_common.scss @@ -416,6 +416,16 @@ treeview entry { } } +.entry { + &:selected { + &:focus, & { + @extend %selected_items; + + border-radius: $button_radius; + } + } +} + /******************* * Editable Labels * *******************/