Skip to content

Commit 183edec

Browse files
committed
Update tree guides
1 parent 4d0c913 commit 183edec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/textual/widgets/_radio_set.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class RadioSet(VerticalScroll, can_focus=True, can_focus_children=False):
6363
* ToggleButton. If those styles ever get updated, these should be too.
6464
*/
6565
border: tall $border;
66+
background-tint: $foreground 5%;
6667
6768
& > RadioButton.-selected {
6869
color: $text;

src/textual/widgets/_tree.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -628,10 +628,10 @@ class Tree(Generic[TreeDataType], ScrollView, can_focus=True):
628628
color: $surface-darken-1;
629629
}
630630
& > .tree--guides-hover {
631-
color: $surface-darken-2;
631+
color: $highlight-cursor;
632632
}
633633
& > .tree--guides-selected {
634-
color: $surface-darken-2;
634+
color: $highlight-cursor;
635635
}
636636
}
637637

0 commit comments

Comments
 (0)