From d72d23a1cd3ff4580f75876572fb982bc76902d2 Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Fri, 17 Dec 2021 13:09:20 -0800 Subject: [PATCH] cc-panel-list: Remove use of `sidebar-icon` style Generally sidebar icons aren't dimmed anymore. --- shell/cc-panel-list.c | 2 -- shell/cc-panel-list.ui | 6 ------ 2 files changed, 8 deletions(-) diff --git a/shell/cc-panel-list.c b/shell/cc-panel-list.c index 579b3561f..7417f0c81 100644 --- a/shell/cc-panel-list.c +++ b/shell/cc-panel-list.c @@ -293,7 +293,6 @@ row_data_new (CcPanelCategory category, /* Icon */ image = gtk_image_new_from_icon_name (icon); - gtk_style_context_add_class (gtk_widget_get_style_context (image), "sidebar-icon"); gtk_grid_attach (GTK_GRID (grid), image, 0, 0, 1, 1); @@ -314,7 +313,6 @@ row_data_new (CcPanelCategory category, if (has_sidebar) { image = gtk_image_new_from_icon_name ("go-next-symbolic"); - gtk_style_context_add_class (gtk_widget_get_style_context (image), "sidebar-icon"); gtk_grid_attach (GTK_GRID (grid), image, 2, 0, 1, 1); } diff --git a/shell/cc-panel-list.ui b/shell/cc-panel-list.ui index a4d7594cb..896592a67 100644 --- a/shell/cc-panel-list.ui +++ b/shell/cc-panel-list.ui @@ -31,9 +31,6 @@ preferences-system-privacy-symbolic - @@ -46,9 +43,6 @@ go-next-symbolic -