[polari] style: Limit inactive row style to row



commit 8d7e705a2c59292fd4114d8dec5e5cc59f2c1c54
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Mar 19 14:23:52 2022 +0100

    style: Limit inactive row style to row
    
    The * selector propagates the override to the entire hierarchy below
    the row, which in GTK4 includes the context popover.
    
    Part-of: <https://gitlab.gnome.org/GNOME/polari/-/merge_requests/250>

 data/resources/style.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/resources/style.css b/data/resources/style.css
index c8c4a0b2..b22eb58a 100644
--- a/data/resources/style.css
+++ b/data/resources/style.css
@@ -77,12 +77,12 @@
     padding-left: 8px;
 }
 
-.polari-room-list row.inactive *,
-.polari-room-list row.inactive:backdrop * {
+.polari-room-list row.inactive,
+.polari-room-list row.inactive:backdrop {
     color: mix(@window_fg_color, @view_bg_color, 0.3);
 }
 
-.polari-room-list row:backdrop * {
+.polari-room-list row:backdrop {
     color: @window_fg_color;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]