Gnome-Shell: remove border to search results

This commit is contained in:
Daniel Ruiz de Alegría
2022-03-01 19:39:56 +01:00
parent eb8d00f902
commit 585d1f079a
3 changed files with 8 additions and 3 deletions
@@ -2872,7 +2872,8 @@ $_osd_color: if($variant=='light', black, $fg_color);
icon-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9); }
.search-section-content {
background-color: rgba(255, 255, 255, 0.1); }
background-color: rgba(255, 255, 255, 0.1);
border: none; }
.search-provider-icon .list-search-provider-content .list-search-provider-details {
font-weight: bold; }