Skip to content

Commit 173428b

Browse files
committed
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
1 parent 25f312f commit 173428b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

light/gtk-3.0/_common.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3844,7 +3844,6 @@ filechooserbutton:drop(active) {
38443844
.sidebar {
38453845
border-style: none;
38463846
background-color: $sidebar_bg_color;
3847-
-gtk-icon-style: regular;
38483847

38493848
row,
38503849
treeview {

light/gtk-4.0/_common.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3958,7 +3958,6 @@ filechooserbutton:drop(active) {
39583958
.sidebar {
39593959
border-style: none;
39603960
background-color: $sidebar_bg_color;
3961-
-gtk-icon-style: regular;
39623961

39633962
row,
39643963
treeview,

0 commit comments

Comments
 (0)