Skip to content

Commit

Permalink
Fix CSS in ToggleButton
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Oct 14, 2024
1 parent 2ff9d2e commit 4d0c913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/widgets/_toggle_button.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class ToggleButton(Static, can_focus=True):
}
}
ToggleButton:hover {
&:hover {
background: $highlight-hover;
}
}
Expand Down

0 comments on commit 4d0c913

Please sign in to comment.