[epiphany/wip/exalm/elementary7: 2/4] theme: Reduce spacing between location entry icons



commit b7fbb026c5c3468d79a776b847bade79586efd11
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Tue Sep 24 23:05:31 2019 +0500

    theme: Reduce spacing between location entry icons
    
    Match the normal GtkEntry icons.

 src/resources/themes/_shared-base.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/resources/themes/_shared-base.scss b/src/resources/themes/_shared-base.scss
index a81b95904..565f37573 100644
--- a/src/resources/themes/_shared-base.scss
+++ b/src/resources/themes/_shared-base.scss
@@ -45,18 +45,18 @@
 
 // entry icons
 .entry_icon_box {
-  margin-left: 0;
+  margin-left: 3px;
   margin-right: 5px;
 
   &:dir(rtl) {
     margin-left: 5px;
-    margin-right: 0;
+    margin-right: 3px;
   }
 }
 
 .entry_icon {
   color: #{"mix(" + themecolor(theme_fg_color) + ", " + themecolor(theme_base_color) + ", 0.2)"};
-  margin: 0 6px;
+  margin: 0 3px;
 
   &:hover {
     color: themecolor(theme_fg_color);


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