From 0160c1d8d94b56cbf522d1d16a306e10a4270d19 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 a0e4c99..090a4a8 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 130b50f..5af606f 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 {