Skip to content

Commit 11c2eaf

Browse files
committed
Tree ansi styling fix. Remove trailing whitespace
1 parent b41f346 commit 11c2eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/textual/widgets/_tree.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ class Tree(Generic[TreeDataType], ScrollView, can_focus=True):
639639
background: ansi_default;
640640
color: ansi_default;
641641
& > .tree--guides {
642-
color: green;
642+
color: ansi_green;
643643
}
644644
& > .tree--guides-hover {
645645
color: ansi_blue;
@@ -652,7 +652,7 @@ class Tree(Generic[TreeDataType], ScrollView, can_focus=True):
652652
& > .tree--cursor {
653653
background: ansi_bright_blue;
654654
color: ansi_default;
655-
text-style: none;
655+
text-style: none;
656656
}
657657
&:nocolor > .tree--cursor{
658658
text-style: reverse;

0 commit comments

Comments
 (0)