summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-08-09 15:43:46 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-08-09 15:43:46 -0400
commit2bf9ae005fc0fb9f51202b5e6dc7525ae47464da (patch)
treeb88d239169e640d9a51b76dc7db7121ceeddc374 /gtk
parent4650f7ec144ad9b35ddf6b6ae20818ec79b8613d (diff)
downloadgtk+-2bf9ae005fc0fb9f51202b5e6dc7525ae47464da.tar.gz
Adwaita: Small improvement for dropdown
Put some space between the arrow and the text. This was noticable in the new listbox2 demo.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/theme/Adwaita/_common.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index deeaed97f9..cb4ba39680 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -1197,6 +1197,10 @@ spinbutton {
**************/
dropdown > popover.menu.background > contents { padding: 0; } //allow search entries with no margin
+dropdown > button > box {
+ border-spacing: 6px;
+}
+
dropdown,
combobox {
arrow {