Skip to content

Commit

Permalink
Stop forcing icon style for sidebars
Browse files Browse the repository at this point in the history
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
  • Loading branch information
newhoa committed Mar 22, 2023
1 parent 25f312f commit 173428b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion light/gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3844,7 +3844,6 @@ filechooserbutton:drop(active) {
.sidebar {
border-style: none;
background-color: $sidebar_bg_color;
-gtk-icon-style: regular;

row,
treeview {
Expand Down
1 change: 0 additions & 1 deletion light/gtk-4.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3958,7 +3958,6 @@ filechooserbutton:drop(active) {
.sidebar {
border-style: none;
background-color: $sidebar_bg_color;
-gtk-icon-style: regular;

row,
treeview,
Expand Down

0 comments on commit 173428b

Please sign in to comment.