This commit is contained in:
vinceliuice 2025-01-22 00:10:20 +08:00
parent 058ecb7c5c
commit 04d96d4738

View File

@ -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%);
}
}
}