Skip to content

Commit e9968bc

Browse files
committed
chore(footer): clean up unused line of CSS
Clean up an unused line of CSS in `Footer`, presumably just left over from when binding groups were added.
1 parent 11580e9 commit e9968bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/textual/widgets/_footer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,8 @@ class Footer(ScrollableContainer, can_focus=False, can_focus_children=False):
185185
}
186186
FooterLabel {
187187
margin: 0 1;
188-
background: red;
189-
color: $footer-description-foreground;
190188
background: $footer-description-background;
189+
color: $footer-description-foreground;
191190
}
192191
}
193192
"""

0 commit comments

Comments
 (0)