summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2021-12-17 13:09:20 -0800
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-12-17 21:36:54 +0000
commitd72d23a1cd3ff4580f75876572fb982bc76902d2 (patch)
treee25e81ae8bb60e43f31dfd07dbb6d86a8a790f5b /shell
parent6aa1361a5da058b43bb8605ce844130ff17ce2dc (diff)
downloadgnome-control-center-d72d23a1cd3ff4580f75876572fb982bc76902d2.tar.gz
cc-panel-list: Remove use of `sidebar-icon` style
Generally sidebar icons aren't dimmed anymore.
Diffstat (limited to 'shell')
-rw-r--r--shell/cc-panel-list.c2
-rw-r--r--shell/cc-panel-list.ui6
2 files changed, 0 insertions, 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 @@
<child>
<object class="GtkImage">
<property name="icon_name">preferences-system-privacy-symbolic</property>
- <style>
- <class name="sidebar-icon" />
- </style>
</object>
</child>
<child>
@@ -46,9 +43,6 @@
<child>
<object class="GtkImage">
<property name="icon_name">go-next-symbolic</property>
- <style>
- <class name="sidebar-icon" />
- </style>
</object>
</child>
</object>