Skip to content

Commit

Permalink
no longer requried
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Oct 28, 2024
1 parent 6de2604 commit 0fd9deb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/textual/widgets/_button.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ def __init__(

self.label = label
self.variant = variant
self.set_reactive(Button.variant, variant)
self.add_class(f"-{variant}", update=False)
self.action = action
self.active_effect_duration = 0.2
"""Amount of time in seconds the button 'press' animation lasts."""
Expand Down

0 comments on commit 0fd9deb

Please sign in to comment.