Sprinkle bold over all the buttons

At some point I should go through these styles and start to collapse/dedupe
them.
This commit is contained in:
Dave Pearson
2023-05-18 16:22:47 +01:00
parent bc126ce036
commit 6bea9f86d3

View File

@@ -64,6 +64,7 @@ class SelectionList(Generic[SelectionType], OptionList):
}
SelectionList:focus > .selection-list--button {
text-style: bold;
background: $foreground 25%;
}
@@ -78,20 +79,24 @@ class SelectionList(Generic[SelectionType], OptionList):
}
SelectionList > .selection-list--button-selected {
text-style: bold;
background: $foreground 15%;
}
SelectionList:focus > .selection-list--button-selected {
text-style: bold;
color: $success;
background: $foreground 25%;
}
SelectionList > .selection-list--button-selected-highlighted {
text-style: bold;
color: $success;
background: $foreground 15%;
}
SelectionList:focus > .selection-list--button-selected-highlighted {
text-style: bold;
color: $success;
background: $foreground 25%;
}