We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5ed0e commit 3745bbeCopy full SHA for 3745bbe
src/textual/widgets/_button.py
@@ -44,6 +44,8 @@ class Button(Widget, can_focus=True):
44
45
"""
46
47
+ ALLOW_SELECT = False
48
+
49
DEFAULT_CSS = """
50
Button {
51
width: auto;
0 commit comments