[gnome-clocks/wip/exalm/libhandy-1: 9/18] Use .preferences lists instead of .frame



commit c3675395e4b7a6d70a1bf71230016b617601c3c1
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sat May 23 00:09:55 2020 +0500

    Use .preferences lists instead of .frame

 data/css/gnome-clocks.css   | 5 -----
 data/ui/alarm.ui            | 2 +-
 data/ui/alarmsetupdialog.ui | 2 +-
 data/ui/stopwatch.ui        | 2 +-
 data/ui/timer.ui            | 2 +-
 data/ui/world.ui            | 2 +-
 6 files changed, 5 insertions(+), 10 deletions(-)
---
diff --git a/data/css/gnome-clocks.css b/data/css/gnome-clocks.css
index 74d96a0..d650fe1 100644
--- a/data/css/gnome-clocks.css
+++ b/data/css/gnome-clocks.css
@@ -15,14 +15,9 @@ label.destructive-action {
 /* Shared */
 
 .clocks-list {
-       border-radius: 6px;
        margin: 18px 6px;
 }
 
-.clocks-list > row:not(:last-child) {
-       border-bottom: 1px solid rgba(0, 0, 0, .1);
-}
-
 .pill-button {
        border-radius: 9999px;
        -gtk-outline-radius: 9999px;
diff --git a/data/ui/alarm.ui b/data/ui/alarm.ui
index eef9a77..bb13b11 100644
--- a/data/ui/alarm.ui
+++ b/data/ui/alarm.ui
@@ -52,7 +52,7 @@
                 <property name="selection-mode">none</property>
                 <property name="activate-on-single-click">False</property>
                 <style>
-                  <class name="frame"/>
+                  <class name="preferences"/>
                   <class name="clocks-list"/>
                 </style>
               </object>
diff --git a/data/ui/alarmsetupdialog.ui b/data/ui/alarmsetupdialog.ui
index 97137e5..6f63680 100644
--- a/data/ui/alarmsetupdialog.ui
+++ b/data/ui/alarmsetupdialog.ui
@@ -154,7 +154,7 @@
                       </object>
                     </child>
                     <style>
-                      <class name="frame"/>
+                      <class name="preferences"/>
                       <class name="clocks-list"/>
                     </style>
                   </object>
diff --git a/data/ui/stopwatch.ui b/data/ui/stopwatch.ui
index c79943b..a53b4fd 100644
--- a/data/ui/stopwatch.ui
+++ b/data/ui/stopwatch.ui
@@ -232,7 +232,7 @@
                             <property name="valign">start</property>
                             <property name="selection_mode">none</property>
                             <style>
-                              <class name="frame"/>
+                              <class name="preferences"/>
                               <class name="clocks-list"/>
                             </style>
                           </object>
diff --git a/data/ui/timer.ui b/data/ui/timer.ui
index 15ff047..12aa80a 100644
--- a/data/ui/timer.ui
+++ b/data/ui/timer.ui
@@ -85,7 +85,7 @@
                     <property name="selection_mode">none</property>
                     <property name="activate_on_single_click">False</property>
                     <style>
-                      <class name="frame"/>
+                      <class name="preferences"/>
                       <class name="clocks-list"/>
                     </style>
                   </object>
diff --git a/data/ui/world.ui b/data/ui/world.ui
index de5957b..9d07156 100644
--- a/data/ui/world.ui
+++ b/data/ui/world.ui
@@ -58,7 +58,7 @@
                 <property name="selection-mode">none</property>
                 <signal name="row-activated" handler="item_activated" swapped="no"/>
                 <style>
-                  <class name="frame"/>
+                  <class name="preferences"/>
                   <class name="clocks-list"/>
                 </style>
               </object>


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