478
edits
| Line 151: | Line 151: | ||
== Confirm == | == Confirm == | ||
| | ||
'''Usage:''' Prompts user to take action. | |||
* Confirm a deletion | |||
* Respond to a system event (eg: restart device after a SIM card swap) | |||
* Grant or deny a permission | |||
'''Characteristics''' | |||
* Modal: occupies the screen and requires user input to clear. | |||
* Consists: of | |||
** Title | |||
** Body (optional) | |||
** Icon (optional) | |||
** Input: Confirmation. | |||
*** Can customize label string | |||
** Input: Cancel (optional). | |||
*** Can customize label string | |||
'''Downloads''' | |||
* [https://github.com/mozilla-b2g/gaia/blob/master/shared/style/confirm.css Link to CSS in Github ] | * [https://github.com/mozilla-b2g/gaia/blob/master/shared/style/confirm.css Link to CSS in Github ] | ||
* [https://mozilla.box.com/shared/static/fvxfclsxyxcz55uygsf3.zip Source PSD (.zip)] | * [https://mozilla.box.com/shared/static/fvxfclsxyxcz55uygsf3.zip Source PSD (.zip)] | ||
edits