inspector: Use a GtkSeparator for the object details toolbar
authorAlexander Mikhaylenko <alexm@gnome.org>
Sat, 23 Oct 2021 21:53:22 +0000 (02:53 +0500)
committerAlexander Mikhaylenko <alexm@gnome.org>
Sat, 23 Oct 2021 21:53:22 +0000 (02:53 +0500)
Remove a hardcoded light grey border from the sidebar that was used for
this.

gtk/inspector/inspector.css
gtk/inspector/window.ui

index 59f6445e4ac1408793a18d8a9289734610e89545..aeca38209a3e33950ee4ad82b1fb9f258cf5a4d7 100644 (file)
   padding: 0 4px;
 }
 
-stacksidebar.object-details {
-  border-top: 1px solid lightgray;
-}
-
 picture.dark {
   background: gray;
 }
index c76af022c6a999573d00f248d2a68aab71d9202d..52ba9f065aa77ee24ae12b0cfdc4fd9065d9759c 100644 (file)
                                 </child>
                               </object>
                             </child>
+                            <child>
+                              <object class="GtkSeparator"/>
+                            </child>
                             <child>
                               <object class="GtkBox">
                                 <child>
                                     <child>
                                       <object class="GtkStackSidebar">
                                         <property name="stack">object_details</property>
-                                        <style>
-                                          <class name="object-details"/>
-                                        </style>
                                       </object>
                                     </child>
                                   </object>