summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRares Visalom <rares.visalom@gmail.com>2017-07-05 00:55:17 +0300
committerRares Visalom <rares.visalom@gmail.com>2017-07-13 21:09:54 +0300
commit07f43e04251e0daedf2828a5b15c007e8e57fb05 (patch)
treeeba2a47d4377d8ed6ca8091775598ba26dd7c61c
parent6a5935538568835462fa853f746620967d047bcf (diff)
downloadgnome-shell-sass-07f43e04251e0daedf2828a5b15c007e8e57fb05.tar.gz
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
-rw-r--r--_common.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/_common.scss b/_common.scss
index 71b6240..3f294fb 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 */