[gnome-software/wip/exalm/style-cleanups: 6/25] style: Remove selector GTK3-isms




commit c696dd89b98e3be1b6ec3395c850197e443a29ce
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Nov 9 21:45:39 2021 +0500

    style: Remove selector GTK3-isms
    
    These haven't been a thing since 3.20.

 src/gtk-style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index a6187d2f4..58d1e6516 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -339,12 +339,12 @@ review-bar {
        background-color: transparent;
 }
 
-box.star, GtkBox.star {
+box.star {
        background-color: transparent;
        background-image: none;
 }
 
-button.star, .button.star {
+button.star {
        outline-offset: 0;
        background-color: transparent;
        background-image: none;


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