summaryrefslogtreecommitdiff
path: root/gtk/theme
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-10-06 11:15:38 +0200
committerTimm Bäder <mail@baedert.org>2017-10-06 14:38:07 +0200
commitaef86a8b2cbb6164a53dbbcef24707a71c01c8ef (patch)
tree71a8d50182c1a66366739d5c395af71fe56ded08 /gtk/theme
parent9125dc7069121f1702fb9599a66b9f19da843c90 (diff)
downloadgtk+-aef86a8b2cbb6164a53dbbcef24707a71c01c8ef.tar.gz
searchbar: Remove superfluous padding
So it's not 6px high when the child revealer is concealed.
Diffstat (limited to 'gtk/theme')
-rw-r--r--gtk/theme/Adwaita/_common.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 3cf72743e2..b5ca82e30b 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -1381,7 +1381,7 @@ searchbar,
@extend %darkbar;
border-width: 0 0 1px;
- padding: 3px;
+ padding: 0px;
}
%darkbar {