UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 334 B
```css // Property: selectionIndicator // Description: Determines whether the visual selection indicator is shown. Deprecated since 10.0.1. This property is ignored as of Titanium 10.0.1. // Component(s): Ti.UI.Picker '.selection-indicator': { selectionIndicator: true } '.selection-indicator-false': { selectionIndicator: false } ```