From 04d96d4738e5409274b6a76074e3b519b32c1804 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Wed, 22 Jan 2025 00:10:20 +0800 Subject: [PATCH] Update --- src/sass/gtk/apps/_xfce.scss | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/src/sass/gtk/apps/_xfce.scss b/src/sass/gtk/apps/_xfce.scss index 6d3a488f..0cc5ce65 100644 --- a/src/sass/gtk/apps/_xfce.scss +++ b/src/sass/gtk/apps/_xfce.scss @@ -250,9 +250,25 @@ window.thunar { header.top tab.reorderable-page > box > label { min-height: 0; } } - > grid > paned > grid > notebook > .standard-view { - > .view { - border-radius: $bt_radius; + .standard-view.frame { + border: none; + + widget.view { + &:selected { + background-color: rgba($fg_color, 0.12); + color: $fg_color; + border-radius: $bt_radius; + } + } + } + + paned paned paned > notebook.frame { + border: none; + border-radius: 0; + + .standard-view.frame > widget.view { + border-radius: 0; + box-shadow: inset 0 0 0 3px lighten($selected_bg_color, 25%); } } }