purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 305 B
Markdown
```css
// Property: selectionStyle
// Description: Selection style constant to control the selection color.
// Component(s): Ti.UI.ListItem, Ti.UI.TableViewRow
'.selection-style-none': { selectionStyle: Ti.UI.SELECTION_STYLE_NONE }
'.selection-style': { selectionStyle: Ti.UI.SELECTION_STYLE_DEFAULT }
```