Skip to content

Commit

Permalink
CSS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Oct 10, 2024
1 parent 831d416 commit b08a6aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/textual/widgets/_radio_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ class RadioSet(Container, can_focus=True, can_focus_children=False):
background: $foreground 15%;
}
& > RadioButton.-on .toggle--button {
color: $success;
}
&:focus {
/* The following rules/styles mimic similar ToggleButton:focus rules in
* ToggleButton. If those styles ever get updated, these should be too.
Expand Down

0 comments on commit b08a6aa

Please sign in to comment.