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



commit b337ffeeb3a52cbca52508657c12d2075efe4b73
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 |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 8738fa8..969b7c5 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1316,12 +1316,9 @@ StScrollBar {
   .list-search-result-content { spacing: 30px; }
   .list-search-result-title { font-size: 1.5em; color: darken($osd_fg_color,5%); spacing: 12px; }
   .list-search-result-description { color: darken($osd_fg_color,15%); }
+  .list-search-provider-details { width: 150px; color: darken($osd_fg_color,5%); margin-top: 0.24em; }
+  .list-search-provider-content { spacing: 20px; }
   .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]