Skip to content

Commit

Permalink
Update tree guides
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Oct 14, 2024
1 parent 4d0c913 commit 183edec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/textual/widgets/_radio_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class RadioSet(VerticalScroll, can_focus=True, can_focus_children=False):
* ToggleButton. If those styles ever get updated, these should be too.
*/
border: tall $border;
background-tint: $foreground 5%;
& > RadioButton.-selected {
color: $text;
Expand Down
4 changes: 2 additions & 2 deletions src/textual/widgets/_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,10 +628,10 @@ class Tree(Generic[TreeDataType], ScrollView, can_focus=True):
color: $surface-darken-1;
}
& > .tree--guides-hover {
color: $surface-darken-2;
color: $highlight-cursor;
}
& > .tree--guides-selected {
color: $surface-darken-2;
color: $highlight-cursor;
}
}
Expand Down

0 comments on commit 183edec

Please sign in to comment.