Gnome-Shell: remove border to search results
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user