[gnome-documents] mainToolbar: Remove emphasis on Cancel button



commit 232d21efd39f05989cdea951f2d97d22309f0ea7
Author: Arnel A. Borja <arnelborja src gnome org>
Date:   Mon Aug 26 20:00:49 2013 +0800

    mainToolbar: Remove emphasis on Cancel button
    
    This is to follow the new design for Content Selection Pattern.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706799

 src/mainToolbar.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/mainToolbar.js b/src/mainToolbar.js
index 2c00f02..b65beb0 100644
--- a/src/mainToolbar.js
+++ b/src/mainToolbar.js
@@ -207,7 +207,6 @@ const OverviewToolbar = new Lang.Class({
 
         let selectionButton = new Gd.HeaderSimpleButton({ label: _("Cancel") });
         this.toolbar.pack_end(selectionButton);
-        selectionButton.get_style_context().add_class('suggested-action');
         selectionButton.connect('clicked', Lang.bind(this,
             function() {
                 Application.selectionController.setSelectionMode(false);


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