theme: Don't dim text in backdropped list/listview
authorDaniel Boles <dboles.src@gmail.com>
Sun, 9 Jul 2023 08:49:25 +0000 (09:49 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Sun, 9 Jul 2023 08:49:25 +0000 (09:49 +0100)
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

gtk/theme/Default/_common.scss

index ac0b9cca131a7c6ff3f212cb6332aa02641efd3c..e7a9af7cac55872a21fcaeffe9cc7353b19e9ac8 100644 (file)
@@ -3271,7 +3271,6 @@ list {
   border-color: $borders_color;
 
   &:backdrop {
-    color: $backdrop_text_color;
     background-color: $backdrop_base_color;
     border-color: $backdrop_borders_color;
   }