summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraresvis <rares.visalom@gmail.com>2017-07-10 23:28:34 +0300
committerraresvis <rares.visalom@gmail.com>2017-07-11 22:15:50 +0300
commit055f3e7ff6d108dfce930b0b13fcb4d25e379faf (patch)
treebb494ad29fdbc79c6a7c6427d079b0c33d316e84
parent80071cce4561175c716f301fae301193f841cf38 (diff)
downloadgnome-shell-sass-055f3e7ff6d108dfce930b0b13fcb4d25e379faf.tar.gz
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
-rw-r--r--_common.scss8
1 files changed, 1 insertions, 7 deletions
diff --git a/_common.scss b/_common.scss
index 803c6dc..5ae07d9 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-content { spacing: 12px; padding: 2px; }
.list-search-result-title { font-size: 1.5em; color: darken($osd_fg_color,5%); }