mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Highlight a RadioSet when focus is within it
This commit is contained in:
@@ -26,6 +26,10 @@ class RadioSet(Container):
|
||||
width: auto;
|
||||
}
|
||||
|
||||
RadioSet:focus-within {
|
||||
border: round $accent;
|
||||
}
|
||||
|
||||
App.-light-mode RadioSet {
|
||||
border: round #CCC;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user