Skip to content

Commit 4bb21e2

Browse files
committed
chore: remove trailing spaces in Button CSS
1 parent 69e44de commit 4bb21e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/textual/widgets/_button.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ class Button(Widget, can_focus=True):
6565
border: none !important;
6666
}
6767
68-
&:disabled {
68+
&:disabled {
6969
text-opacity: 0.6;
7070
}
71-
71+
7272
&:focus {
7373
text-style: $button-focus-text-style;
7474
background-tint: $foreground 5%;

0 commit comments

Comments
 (0)