summaryrefslogtreecommitdiff
path: root/themes/Adwaita/gtk-3.0/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Adwaita/gtk-3.0/_common.scss')
-rw-r--r--themes/Adwaita/gtk-3.0/_common.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index d9aa6b99..be772738 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -40,6 +40,11 @@
-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.