summaryrefslogtreecommitdiff
path: root/gtk/theme
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-10-22 14:26:21 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-10-22 14:26:21 -0400
commit700f957d9a9b26cdcacc99eb7fa89dfaca5e2cf1 (patch)
treee88999c5472c8570639570d04caea637bbb6fde2 /gtk/theme
parenta923be95b36f1303a90d232c55b6f373c3fa8f3e (diff)
downloadgtk+-700f957d9a9b26cdcacc99eb7fa89dfaca5e2cf1.tar.gz
Adwaita: Set border-spacing for entries
When our entries contain icons, they should not run directly into the text, so put some spacing between the children of entries.
Diffstat (limited to 'gtk/theme')
-rw-r--r--gtk/theme/Adwaita/_common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 59d57f9259..eb257182e0 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -283,6 +283,7 @@ entry {
padding-right: 8px;
border: 1px solid;
border-radius: $button_radius;
+ border-spacing: 6px;
transition: all 200ms $ease-out-quad;
@include entry(normal);