Skip to content

Commit

Permalink
Add missing styles for non-focused "ticked" selections
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Jun 27, 2023
1 parent 25d72fe commit 1a601ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/textual/widgets/_selection_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ class SelectionList(Generic[SelectionType], OptionList):
SelectionList > .selection-list--button-selected {
text-style: bold;
color: $success;
background: $foreground 15%;
}
SelectionList:focus > .selection-list--button-selected {
Expand Down

0 comments on commit 1a601ef

Please sign in to comment.