[epiphany/wip/exalm/elementary7: 3/5] theme: Reduce spacing between location entry icons
- From: Jan-Michael Brummer <jbrummer src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/elementary7: 3/5] theme: Reduce spacing between location entry icons
- Date: Wed, 25 Sep 2019 18:53:09 +0000 (UTC)
commit b2cb55ada26d7c43dcadd70b11351f9898b34a2b
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..00fa9bf5c 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: 2px;
margin-right: 5px;
&:dir(rtl) {
margin-left: 5px;
- margin-right: 0;
+ margin-right: 2px;
}
}
.entry_icon {
color: #{"mix(" + themecolor(theme_fg_color) + ", " + themecolor(theme_base_color) + ", 0.2)"};
- margin: 0 6px;
+ margin: 0 4px;
&:hover {
color: themecolor(theme_fg_color);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]