[gnome-software/wip/exalm/style-cleanups: 24/25] style: Remove .toolbox




commit 5c95effa107eee7c6eaf486273af3c1c43fbee88
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Nov 9 23:38:46 2021 +0500

    style: Remove .toolbox
    
    That's already the default style.

 src/gs-first-run-dialog.ui | 3 ---
 src/gs-info-window.ui      | 3 ---
 src/style.css              | 4 ----
 3 files changed, 10 deletions(-)
---
diff --git a/src/gs-first-run-dialog.ui b/src/gs-first-run-dialog.ui
index 7533fb01d..abad0352b 100644
--- a/src/gs-first-run-dialog.ui
+++ b/src/gs-first-run-dialog.ui
@@ -9,9 +9,6 @@
     <property name="title" translatable="yes">Welcome</property>
     <property name="default-width">640</property>
     <property name="default-height">576</property>
-    <style>
-      <class name="toolbox"/>
-    </style>
 
     <child>
       <object class="GtkWindowHandle">
diff --git a/src/gs-info-window.ui b/src/gs-info-window.ui
index b71fffbc0..80e94be35 100644
--- a/src/gs-info-window.ui
+++ b/src/gs-info-window.ui
@@ -7,9 +7,6 @@
     <property name="icon_name">dialog-information</property>
     <property name="default-width">640</property>
     <property name="default-height">576</property>
-    <style>
-      <class name="toolbox"/>
-    </style>
 
     <child>
       <object class="GtkOverlay" id="overlay">
diff --git a/src/style.css b/src/style.css
index f70ff915f..6434285e9 100644
--- a/src/style.css
+++ b/src/style.css
@@ -451,10 +451,6 @@ app-context-bar.vertical box:first-child .context-tile {
        color: #ab3342;
 }
 
-window.toolbox button.titlebutton:not(:hover) {
-  background: @theme_bg_color;
-}
-
 window.narrow .app-title {
    font-size: 16pt;
 }


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