[gnome-clocks/bilelmoussaoui/3.36.2: 1/14] Timer: fix square focus on buttons



commit 069fb792ffae349c822807f545789047f03b662a
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Sat Apr 4 12:23:05 2020 +0200

    Timer: fix square focus on buttons
    
    fixes #81

 data/css/gnome-clocks.css | 3 ---
 data/ui/timer_row.ui      | 8 ++++----
 2 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/data/css/gnome-clocks.css b/data/css/gnome-clocks.css
index 4e0793b..eea6023 100644
--- a/data/css/gnome-clocks.css
+++ b/data/css/gnome-clocks.css
@@ -169,9 +169,6 @@ spinbutton.clocks-timer-label {
 spinbutton.clocks-timer-label button {
     color: transparent;
 }
-.timer-panel .round-button {
-  border-radius: 9999px;
-}
 .timer-panel .small-button {
   padding: 5px 9px
 }
diff --git a/data/ui/timer_row.ui b/data/ui/timer_row.ui
index adb792f..d9fdece 100644
--- a/data/ui/timer_row.ui
+++ b/data/ui/timer_row.ui
@@ -101,7 +101,7 @@
                       </object>
                     </child>
                     <style>
-                      <class name="round-button"/>
+                      <class name="pill-button"/>
                       <class name="large-button"/>
                     </style>
                   </object>
@@ -126,7 +126,7 @@
                     </child>
                     <style>
                       <class name="suggested-action"/>
-                      <class name="round-button"/>
+                      <class name="pill-button"/>
                       <class name="large-button"/>
                     </style>
                   </object>
@@ -161,7 +161,7 @@
                       </object>
                     </child>
                     <style>
-                      <class name="round-button"/>
+                      <class name="pill-button"/>
                       <class name="small-button"/>
                     </style>
                   </object>
@@ -204,7 +204,7 @@
                       </object>
                     </child>
                     <style>
-                      <class name="round-button"/>
+                      <class name="pill-button"/>
                       <class name="small-button"/>
                     </style>
                   </object>


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