From 55ba9d3e0422414498bf8a4b01e7167a53783e27 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Mon, 27 Apr 2020 12:21:10 -0500 Subject: [PATCH] Gnome-shell: Fix unstyled search results on v3.36 --- gnome-shell/_common.scss | 9 ++++++++- gnome-shell/gnome-shell.css | 4 ++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index d81e5a0..42c647a 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -1381,7 +1381,14 @@ StScrollBar { } .search-section { spacing: 16px; } // This should be equal to #searchResultsContent spacing - .search-section-content { spacing: 32px; } // This is the space between the provider icon and the results container + .search-section-content { + background-color: transparent; + border-radius: 0; + border: none; + box-shadow: none; + // This is the space between the provider icon and the results container + spacing: 32px; + } .search-statustext { // "no results" @extend %status_text; } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 3077bee..be48a11 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -1261,6 +1261,10 @@ StScrollBar { spacing: 16px; } .search-section-content { + background-color: transparent; + border-radius: 0; + border: none; + box-shadow: none; spacing: 32px; } .list-search-results {