Skip to content

Commit b08a6aa

Browse files
committed
CSS fix
1 parent 831d416 commit b08a6aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/textual/widgets/_radio_set.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ class RadioSet(Container, can_focus=True, can_focus_children=False):
4949
background: $foreground 15%;
5050
}
5151
52+
& > RadioButton.-on .toggle--button {
53+
color: $success;
54+
}
55+
5256
&:focus {
5357
/* The following rules/styles mimic similar ToggleButton:focus rules in
5458
* ToggleButton. If those styles ever get updated, these should be too.

0 commit comments

Comments
 (0)