[gnome-shell-sass/wip/raresv/uiTweaksSass2: 3/5] search: Replace the gradient separator with a simple line
- From: Rares Visalom <raresvisalom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass/wip/raresv/uiTweaksSass2: 3/5] search: Replace the gradient separator with a simple line
- Date: Thu, 13 Jul 2017 00:04:18 +0000 (UTC)
commit 6641b4228b5d583638352a87699ac5dedca42986
Author: raresvis <rares visalom gmail com>
Date: Thu Jul 13 01:34:03 2017 +0300
search: Replace the gradient separator with a simple line
The current separator uses a gradient effect as a separator
between search results. As the mockups suggest, the gradient
separator is no longer needed, in favor of a more simple one,
which is a thin semitransparent line.
https://bugzilla.gnome.org/show_bug.cgi?id=749957
_common.scss | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 004ef9c..bfa3ddb 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1305,13 +1305,7 @@ StScrollBar {
}
.list-search-results { spacing: 3px; }
- .search-section-separator {
- -gradient-height: 1px;
- -gradient-start: rgba(255,255,255,0);
- -gradient-end: rgba(255,255,255,0.1);
- -margin-horizontal: 1.5em;
- height: 1px;
- }
+ .search-section-separator { height: 2px; background-color: rgba(255, 255, 255, 0.2); }
.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%); }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]