[gtk/matthiasc/for-master: 2/5] Adwaita: Small improvement for dropdown




commit 2bf9ae005fc0fb9f51202b5e6dc7525ae47464da
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Aug 9 15:43:46 2020 -0400

    Adwaita: Small improvement for dropdown
    
    Put some space between the arrow and the text.
    This was noticable in the new listbox2 demo.

 gtk/theme/Adwaita/_common.scss | 4 ++++
 1 file changed, 4 insertions(+)
---
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 {


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