Add normal xfwm theme support

This commit is contained in:
Vince
2021-12-31 15:08:42 +08:00
parent 6fc1f60d84
commit a8def92f1e
686 changed files with 6619 additions and 191 deletions

View File

@@ -1505,7 +1505,14 @@ treeview.view {
// FIXME: Avoid transparency background-color being slightly darker
&:selected {
background-image: image($overlay-checked);
background-color: $base;
color: $text;
}
.csd &:selected {
@extend %selected_items;
background-image: none;
}
rubberband { @extend rubberband; } // to avoid borders being overridden by the previously set props