Skip to content

Commit

Permalink
Tree ansi styling fix. Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Oct 14, 2024
1 parent b41f346 commit 11c2eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/textual/widgets/_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ class Tree(Generic[TreeDataType], ScrollView, can_focus=True):
background: ansi_default;
color: ansi_default;
& > .tree--guides {
color: green;
color: ansi_green;
}
& > .tree--guides-hover {
color: ansi_blue;
Expand All @@ -652,7 +652,7 @@ class Tree(Generic[TreeDataType], ScrollView, can_focus=True):
& > .tree--cursor {
background: ansi_bright_blue;
color: ansi_default;
text-style: none;
text-style: none;
}
&:nocolor > .tree--cursor{
text-style: reverse;
Expand Down

0 comments on commit 11c2eaf

Please sign in to comment.