VU6Z6IPYWN5QA47GVKDPIYEDQZPX4O7U2R47P6CPVQXBD4TAKFLAC
states [
selected when is-selected: {
label-backdrop.background: Palette.selection-background;
label.color: Palette.selection-foreground;
}
lowlighted when !is-selected && touch.has-hover: {
label-backdrop.background: Palette.alternate-background;
label.color: Palette.alternate-foreground;
}
off when !is-selected && !touch.has-hover: {
label-backdrop.background: Palette.background;
label.color: Palette.foreground;
}
]