[libadwaita/wip/exalm/remove-outline-2] demo: Remove .outline from switches




commit 3b2f745081bba015f09c5e86c58267a86d601e60
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun Nov 14 16:32:24 2021 +0500

    demo: Remove .outline from switches
    
    Probably a copy-paste error, that style never existed for switches.

 demo/adw-style-demo-window.ui | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/demo/adw-style-demo-window.ui b/demo/adw-style-demo-window.ui
index b9d93072..30a7d8ef 100644
--- a/demo/adw-style-demo-window.ui
+++ b/demo/adw-style-demo-window.ui
@@ -1028,9 +1028,6 @@ The "raised" style class can be used to make a button inside a toolbar use defau
                           <object class="GtkSwitch" id="devel_switch">
                             <property name="action-name">style.devel</property>
                             <property name="valign">center</property>
-                            <style>
-                              <class name="outline"/>
-                            </style>
                           </object>
                         </child>
                       </object>
@@ -1044,9 +1041,6 @@ The "raised" style class can be used to make a button inside a toolbar use defau
                           <object class="GtkSwitch" id="progress_switch">
                             <property name="action-name">style.progress</property>
                             <property name="valign">center</property>
-                            <style>
-                              <class name="outline"/>
-                            </style>
                           </object>
                         </child>
                       </object>


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