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



commit a91448ec8dcce7d67edf2e6a7e68cb05736bcf51
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 |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 3f2273f..004ef9c 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1319,11 +1319,6 @@ StScrollBar {
   .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]