[gnome-software: 1/2] gs-updates-section: Drop suggested-action from cancel button




commit d0ac5b7702b18cd32f3f29e4798f5bccbfce092a
Author: Philip Withnall <pwithnall endlessos org>
Date:   Fri Aug 13 10:38:54 2021 +0100

    gs-updates-section: Drop suggested-action from cancel button
    
    It doesn’t fit well with the `install-progress` styling, and we don’t
    particularly want to suggest that the user cancels their in-progress
    updates anyway.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Fixes: #1396

 src/gs-updates-section.ui | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/gs-updates-section.ui b/src/gs-updates-section.ui
index 67e10b31d..6b7761379 100644
--- a/src/gs-updates-section.ui
+++ b/src/gs-updates-section.ui
@@ -60,7 +60,6 @@
                 <property name="label" translatable="yes">Cancel</property>
                 <signal name="clicked" handler="_button_cancel_clicked_cb" swapped="yes"/>
                 <style>
-                  <class name="suggested-action"/>
                   <class name="install-progress"/>
                 </style>
               </object>


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