From: Matthias Clasen Date: Thu, 5 May 2022 16:31:51 +0000 (-0400) Subject: theme: Fix editable label selection X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~4^2~223^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=19fa7d513d1f6dd71a4c87957f3bae4f9531ea87;p=gtk4.git theme: Fix editable label selection When the editable label is in editing mode, selections should appear the same as in other entries. --- diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss index 89aa344683..fc0f75c5aa 100644 --- a/gtk/theme/Default/_common.scss +++ b/gtk/theme/Default/_common.scss @@ -468,6 +468,15 @@ treeview entry { *******************/ editablelabel > stack > text { @include entry(normal); + + > selection { + background-color: $backdrop_selected_bg_color; + color: transparent; + &:focus-within { + background-color: $selected_text_bg_color; + color: $fg_color; + } + } } /***********