@@ -49,7 +49,7 @@ class FooterKey(Widget):
49
49
}
50
50
51
51
&.-disabled {
52
- text-style: dim;
52
+ text-style: dim;
53
53
}
54
54
55
55
&.-compact {
@@ -59,7 +59,7 @@ class FooterKey(Widget):
59
59
.footer-key--description {
60
60
padding: 0 0 0 1;
61
61
}
62
- }
62
+ }
63
63
}
64
64
"""
65
65
@@ -136,20 +136,20 @@ class Footer(ScrollableContainer, can_focus=False, can_focus_children=False):
136
136
grid-gutter: 1;
137
137
}
138
138
FooterKey.-command-palette {
139
- dock: right;
139
+ dock: right;
140
140
padding-right: 1;
141
- border-left: vkey $foreground 20%;
141
+ border-left: vkey $foreground 20%;
142
142
}
143
143
144
- &:ansi {
145
- background: ansi_default;
144
+ &:ansi {
145
+ background: ansi_default;
146
146
.footer-key--key {
147
147
background: ansi_default;
148
- color: ansi_magenta;
148
+ color: ansi_magenta;
149
149
}
150
150
.footer-key--description {
151
151
background: ansi_default;
152
- color: ansi_default;
152
+ color: ansi_default;
153
153
}
154
154
FooterKey:hover {
155
155
text-style: underline;
@@ -158,7 +158,7 @@ class Footer(ScrollableContainer, can_focus=False, can_focus_children=False):
158
158
.footer-key--key {
159
159
background: ansi_default;
160
160
}
161
- }
161
+ }
162
162
FooterKey.-command-palette {
163
163
background: ansi_default;
164
164
border-left: vkey ansi_black;
@@ -191,7 +191,7 @@ def __init__(
191
191
id: The ID of the widget in the DOM.
192
192
classes: The CSS classes for the widget.
193
193
disabled: Whether the widget is disabled or not.
194
- show_command_palette: Show key binding to command palette, on the right of the footer.
194
+ show_command_palette: Show key binding to invoke the command palette, on the right of the footer.
195
195
"""
196
196
super ().__init__ (
197
197
* children ,
0 commit comments