Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions dark/gtk-3.0/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ wnck-pager {
&:hover { background-color: $selected_bg_color; }
}

/* Thunar's sidebar top border */
.thunar {
:backdrop { color: $insensitive_fg_color; }
toolbar {
Expand All @@ -156,7 +155,10 @@ wnck-pager {

entry { min-height: 24px; }
}
.sidebar.frame { border-top: 1px solid $borders_color; }
.sidebar {
&.frame { border-top: 1px solid $borders_color; }
Comment thread
andreldm marked this conversation as resolved.
.view:selected:backdrop { color: $insensitive_fg_color; }
Comment thread
andreldm marked this conversation as resolved.
}
}

XfdesktopIconView.view {
Expand Down
6 changes: 4 additions & 2 deletions light/gtk-3.0/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,17 @@ wnck-pager {
&:hover { background-color: $selected_bg_color; }
}

/* Thunar's sidebar top border */
.thunar {
grid :backdrop { color: $insensitive_fg_color; }
toolbar {
border-bottom: none;

entry { min-height: 24px; }
}
.sidebar.frame { border-top: 1px solid $borders_color; }
.sidebar {
&.frame { border-top: 1px solid $borders_color; }
Comment thread
andreldm marked this conversation as resolved.
.view:selected:backdrop { color: $insensitive_fg_color; }
Comment thread
andreldm marked this conversation as resolved.
}
}

XfdesktopIconView.view {
Expand Down