[gnome-shell-sass/wip/raresv/uiTweaksSass: 2/5] search: Refactor providerIcon into providerInfo



commit 80071cce4561175c716f301fae301193f841cf38
Author: raresvis <rares visalom gmail com>
Date:   Wed Jul 5 00:55:17 2017 +0300

    search: Refactor providerIcon into providerInfo
    
    In order to match the current mockups, the providerIcon
    class needed to include both the name of the provider
    and the label that informs the user about how many more
    search results are available for that specific provider.
    The latter replaces the plus sign icon that has been
    used so far.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749957

 _common.scss |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 3c9b6c1..803c6dc 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1315,13 +1315,11 @@ StScrollBar {
 
   .list-search-result-content { spacing: 12px; padding: 2px; }
   .list-search-result-title { font-size: 1.5em; color: darken($osd_fg_color,5%); }
+  .list-search-result-provider { color: #e2e2df; margin-top: 0.24em; }
   .list-search-result-description { color: darken($osd_fg_color,15%); }
+  .list-search-provider-details { width: 150px; }
+  .list-search-provider-content { spacing: 30px; }
   .search-provider-icon { padding: 15px; }
-  .search-provider-icon-more {
-    width: 16px;
-    height: 16px;
-    background-image: url("resource:///org/gnome/shell/theme/more-results.svg");
-  }
 
 
   /* DASHBOARD */


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