forked from AuroraMiddleware/gtk
placessidebar: Remove unused frame
We've always removed this with Adwaita.
This commit is contained in:
parent
8eb807d7f4
commit
1948f8a07f
@ -3774,7 +3774,6 @@ gtk_places_sidebar_init (GtkPlacesSidebar *sidebar)
|
||||
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (sidebar->swin),
|
||||
GTK_POLICY_NEVER,
|
||||
GTK_POLICY_AUTOMATIC);
|
||||
gtk_scrolled_window_set_has_frame (GTK_SCROLLED_WINDOW (sidebar->swin), TRUE);
|
||||
|
||||
gtk_widget_add_css_class (GTK_WIDGET (sidebar), "sidebar");
|
||||
|
||||
|
@ -3407,8 +3407,6 @@ row image.sidebar-icon { opacity: $_placesidebar_icons_opacity; } // dim the sid
|
||||
https://gitlab.gnome.org/GNOME/gtk/-/issues/2929
|
||||
*/
|
||||
placessidebar, .navigation-sidebar {
|
||||
> scrolledwindow.frame { border-style: none; }
|
||||
|
||||
list {
|
||||
padding: 4px 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user