[gnome-shell-sass/wip/raresv/uiTweaksSass3: 2/5] search: Refactor providerIcon into providerInfo
- From: Rares Visalom <raresvisalom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass/wip/raresv/uiTweaksSass3: 2/5] search: Refactor providerIcon into providerInfo
- Date: Thu, 13 Jul 2017 18:21:33 +0000 (UTC)
commit 07f43e04251e0daedf2828a5b15c007e8e57fb05
Author: Rares Visalom <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 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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]