[gnome-shell/wip/snwh/sass-cleanup: 470/475] theme: refinements to the search boxes
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/sass-cleanup: 470/475] theme: refinements to the search boxes
- Date: Wed, 18 Dec 2019 16:03:53 +0000 (UTC)
commit 736f5c9c7f70a2fb35e1a3770ec6f6e14e02e3d8
Author: Sam Hewitt <sam snwh org>
Date: Thu Dec 5 15:09:07 2019 -0500
theme: refinements to the search boxes
data/theme/gnome-shell-sass/widgets/_notifications.scss | 2 +-
data/theme/gnome-shell-sass/widgets/_search-results.scss | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_notifications.scss
b/data/theme/gnome-shell-sass/widgets/_notifications.scss
index 1a5080deb7..0581d100ae 100644
--- a/data/theme/gnome-shell-sass/widgets/_notifications.scss
+++ b/data/theme/gnome-shell-sass/widgets/_notifications.scss
@@ -47,7 +47,7 @@ $notification_banner_width: 34em;
padding-top: 0;
color: $fg_color;
border-top: 1px solid $bubble_borders_color;
- spacing: 0px;
+ spacing: 0;
}
.notification-button {
diff --git a/data/theme/gnome-shell-sass/widgets/_search-results.scss
b/data/theme/gnome-shell-sass/widgets/_search-results.scss
index 55bc16a5e7..91baff497f 100644
--- a/data/theme/gnome-shell-sass/widgets/_search-results.scss
+++ b/data/theme/gnome-shell-sass/widgets/_search-results.scss
@@ -6,10 +6,11 @@ $overview_search_container_width: 1024px;
background-color: transparentize(lighten($osd_bg_color, 5%), 0.2);
border-radius: $modal_radius + 3px;
border: 1px solid $osd_outer_borders_color;
- box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
+ box-shadow: 0 2px 4px 0 $shadow_color;
text-shadow: 0 1px if($variant == 'light', rgba(255,255,255,0.2), rgba(0,0,0,0.2));
color: $osd_fg_color;
padding: $base_padding * 3;
+ margin: $base_margin;
}
// search overview container
@@ -21,8 +22,8 @@ $overview_search_container_width: 1024px;
.search-section {
@extend %search_result_bubble;
spacing:0;
- margin-top: $base_padding;
- margin-bottom: $base_padding;
+ margin-top:0;
+ margin-bottom:0;
// hide separator
&:first-child .search-section-separator,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]