Gnome-Shell: remove border to search results
This commit is contained in:
parent
eb8d00f902
commit
585d1f079a
@ -2872,7 +2872,8 @@ $_osd_color: if($variant=='light', black, $fg_color);
|
|||||||
icon-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9); }
|
icon-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9); }
|
||||||
|
|
||||||
.search-section-content {
|
.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 {
|
.search-provider-icon .list-search-provider-content .list-search-provider-details {
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
|||||||
@ -2868,7 +2868,8 @@ $_osd_color: if($variant=='light', black, $fg_color);
|
|||||||
icon-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9); }
|
icon-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9); }
|
||||||
|
|
||||||
.search-section-content {
|
.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 {
|
.search-provider-icon .list-search-provider-content .list-search-provider-details {
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
|||||||
@ -334,7 +334,10 @@ $_osd_color: if($variant=='light', black, $fg_color);
|
|||||||
}
|
}
|
||||||
|
|
||||||
// search results
|
// search results
|
||||||
.search-section-content { background-color: $overview_transparent_bg; }
|
.search-section-content {
|
||||||
|
background-color: $overview_transparent_bg;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
// search result provider
|
// search result provider
|
||||||
.search-provider-icon {
|
.search-provider-icon {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user