From: Daniel Boles Date: Sun, 9 Jul 2023 08:49:25 +0000 (+0100) Subject: theme: Don't dim text in backdropped list/listview X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~59^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4d673e9c9abf0e98de479488a0ae9661bcc42adb;p=gtk4.git theme: Don't dim text in backdropped list/listview We have largely moved away from changing styles when :backdropped, aside for some things in HeaderBars and Buttons. So we probably should not be automatically dimming text in labels in list[view]s anymore either, as that introduces differences if text happens to be in such widgets vs not --- diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss index ac0b9cca13..e7a9af7cac 100644 --- a/gtk/theme/Default/_common.scss +++ b/gtk/theme/Default/_common.scss @@ -3271,7 +3271,6 @@ list { border-color: $borders_color; &:backdrop { - color: $backdrop_text_color; background-color: $backdrop_base_color; border-color: $backdrop_borders_color; }