[gnome-themes-standard] remove button shrinking workaround - fixed in the code



commit b6156b307cac2f7a4cbe3b4a6236254eacf09f43
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Thu Jun 12 14:44:07 2014 +0200

    remove button shrinking workaround
     - fixed in the code

 themes/Adwaita/gtk-3.0/_common.scss           |    5 -----
 themes/Adwaita/gtk-3.0/gtk-contained-dark.css |    2 --
 themes/Adwaita/gtk-3.0/gtk-contained.css      |    2 --
 3 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index ec8010a..7ded677 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -40,11 +40,6 @@
   -GtkDialog-button-spacing: 0;
   -GtkDialog-action-area-border: 0;
 
-  // Those two are to fix buttons shrinking issue, remove them if things
-  // gets properly fixed in the code
-  -GtkButton-default-outside-border: 1;
-  -GtkButton-default-border: 1;
-
   // We use the outline properties to signal the focus properties
   // to the adwaita engine: using real CSS properties is faster,
   // and we don't use any outlines for now.
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index a2debc4..a2fa398 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -53,8 +53,6 @@
   -GtkWindow-resize-grip-height: 0;
   -GtkDialog-button-spacing: 0;
   -GtkDialog-action-area-border: 0;
-  -GtkButton-default-outside-border: 1;
-  -GtkButton-default-border: 1;
   outline-color: rgba(238, 238, 236, 0.3);
   outline-style: dashed;
   outline-offset: -3px;
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 748e5ac..9c35f51 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -53,8 +53,6 @@
   -GtkWindow-resize-grip-height: 0;
   -GtkDialog-button-spacing: 0;
   -GtkDialog-action-area-border: 0;
-  -GtkButton-default-outside-border: 1;
-  -GtkButton-default-border: 1;
   outline-color: rgba(46, 52, 54, 0.3);
   outline-style: dashed;
   outline-offset: -3px;


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