[gnome-shell-sass/wip/raresv/uiTweaksSass: 3/5] search: Replace the gradient separator with a simple line



commit 055f3e7ff6d108dfce930b0b13fcb4d25e379faf
Author: raresvis <rares visalom gmail com>
Date:   Mon Jul 10 23:28:34 2017 +0300

    search: Replace the gradient separator with a simple line
    
    The current separator uses a gradient effect as a separator
    between search results. As the mockups suggest, the gradient
    separator is no longer needed, in favor of a more simple one,
    which is a thin semitransparent line.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749957

 _common.scss |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 803c6dc..5ae07d9 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1305,13 +1305,7 @@ StScrollBar {
   }
   .list-search-results { spacing: 3px; }
 
-  .search-section-separator {
-    -gradient-height: 1px;
-    -gradient-start: rgba(255,255,255,0);
-    -gradient-end: rgba(255,255,255,0.1);
-    -margin-horizontal: 1.5em;
-    height: 1px;
-  }
+  .search-section-separator { height: 2px; background-color: rgba(255, 255, 255, 0.2); }
 
   .list-search-result-content { spacing: 12px; padding: 2px; }
   .list-search-result-title { font-size: 1.5em; color: darken($osd_fg_color,5%); }


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