mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-10-07 00:24:40 -07:00
Add normal xfwm theme support
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user