From 5c70ab4fb4d857824c9fcd75d4eac4153987722d 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 745fde0..84d9047 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 01d843c..0c6e2ca 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 {