[gnome-software/wip/exalm/style-cleanups: 7/27] style: Remove selector GTK3-isms




commit 0dc8e49abc8a50e32936faef9dc6f394f68ceb61
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/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/style.css b/src/style.css
index a6187d2f4..58d1e6516 100644
--- a/src/style.css
+++ b/src/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]