From 173428b45854b3b00d5a163aaee5f411792a2c26 Mon Sep 17 00:00:00 2001 From: Darin Date: Wed, 22 Mar 2023 08:00:15 -0400 Subject: [PATCH] Stop forcing icon style for sidebars The sidebar property `-gtk-icon-style: regular` was forcing regular icons even if apps requested symbolic icons and the icon theme provided them. This now allows Thunar to use a symbolic eject icon. It also allows Nemo and Rhythmbox to use symbolic icons. For reference, this line was previously added in #0cd4db5 --- light/gtk-3.0/_common.scss | 1 - light/gtk-4.0/_common.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/light/gtk-3.0/_common.scss b/light/gtk-3.0/_common.scss index f540b09..1ce532c 100755 --- a/light/gtk-3.0/_common.scss +++ b/light/gtk-3.0/_common.scss @@ -3844,7 +3844,6 @@ filechooserbutton:drop(active) { .sidebar { border-style: none; background-color: $sidebar_bg_color; - -gtk-icon-style: regular; row, treeview { diff --git a/light/gtk-4.0/_common.scss b/light/gtk-4.0/_common.scss index c9a7199..b1cba20 100755 --- a/light/gtk-4.0/_common.scss +++ b/light/gtk-4.0/_common.scss @@ -3958,7 +3958,6 @@ filechooserbutton:drop(active) { .sidebar { border-style: none; background-color: $sidebar_bg_color; - -gtk-icon-style: regular; row, treeview,