[gnome-shell-sass] theme: Make base icon size font-relative



commit 4a63e9d304dabe2783169b460259bfc3af05c2a0
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Feb 12 19:46:44 2020 +0100

    theme: Make base icon size font-relative
    
    Most icons are used along-side text, like the top bar or menus.
    It therefore makes sense for them to adjust along-side the text
    when the text-scaling changes.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/995

 _common.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 197b4fc..d648097 100644
--- a/_common.scss
+++ b/_common.scss
@@ -54,8 +54,8 @@ $base_font_size: 11;
 $text_shadow_color: if($variant == 'light', rgba(255,255,255,0.3), rgba(0,0,0,0.2));
 
 // icons
-// $base_icon_size: 1.09em;
-$base_icon_size: 16px;
+$base_icon_size: 1.09em;
+// $base_icon_size: 16px;
 
 // Stage
 stage {


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