Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlighted items in Thunar lost its text #492

Open
bg2908 opened this issue Dec 23, 2024 · 1 comment
Open

Highlighted items in Thunar lost its text #492

bg2908 opened this issue Dec 23, 2024 · 1 comment

Comments

@bg2908
Copy link

bg2908 commented Dec 23, 2024

20241224_00h01m11s_grim

@benyaminl
Copy link

need change in _xfce.scss

window.background.csd.thunar {
  > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
    border-bottom-left-radius: $window-radius;

    treeview.view:not(:hover):not(:active):not(:selected) {
      background-color: transparent;
    }
  }

  .view:selected {
    color:#fff;
  }
}

This only works if thunar is on csd and thunar on v4.20
Tested on Fedora 41 with Rawhide Thunar 4.20
image

cc @vinceliuice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants