Highlight a RadioSet when focus is within it

This commit is contained in:
Dave Pearson
2023-04-25 10:13:30 +01:00
parent f1d70900cb
commit b36afd80a7

View File

@@ -26,6 +26,10 @@ class RadioSet(Container):
width: auto;
}
RadioSet:focus-within {
border: round $accent;
}
App.-light-mode RadioSet {
border: round #CCC;
}