[gnome-shell-sass] theme/entries: Adjust style of entries according to mockups



commit c3d3880e82503e3edb6c3a837d4567bbbe646514
Author: Jonas Dreßler <verdre v0yd nl>
Date:   Tue Jan 21 19:31:53 2020 +0100

    theme/entries: Adjust style of entries according to mockups
    
    Add some more padding for the actual text inside the entry and add some
    clearance between the left border of the text (where the cursor is) and
    the hint-text.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/944

 widgets/_entries.scss | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/widgets/_entries.scss b/widgets/_entries.scss
index 7a8a50e..0a43e86 100644
--- a/widgets/_entries.scss
+++ b/widgets/_entries.scss
@@ -2,7 +2,7 @@
 
 StEntry {
   border-radius: $base_border_radius;
-  padding: 4px;
+  padding: 8px;
   border-width: 1px;
   color: $fg_color;
   @include entry(normal);
@@ -20,5 +20,8 @@ StEntry {
     icon-size: $base_icon_size;
     padding: 0 4px;
   }
-  StLabel.hint-text { color: transparentize($fg_color, 0.3); }
+  StLabel.hint-text {
+    margin-left: 2px;
+    color: transparentize($fg_color, 0.3);
+  }
 }


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