gtk/thunar: Avoid double borders on sidebar
Thunar hardcodes ".shortcuts-pane { border-top-style: solid; }", so use border-width instead of border-style.
Thunar hardcodes ".shortcuts-pane { border-top-style: solid; }", so use border-width instead of border-style.
by roundabout, Sunday, 26 July 2020, 07:03:14 (1595746994), pushed by roundabout, Sunday, 11 May 2025, 13:22:54 (1746969774)
Author identity: nana-4 <hnmaigo@gmail.com>
a0c4d45325b5598ae124f483a241024fd4f50045
.shortcuts-pane.frame,
.standard-view.frame {
border-style: none;
border-width: 0;
}
.sidebar .view:not(:selected) {