summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHazel <hazel@gitlab.com>2017-10-17 14:35:06 +0800
committerHazel <hazel@gitlab.com>2017-10-17 14:35:06 +0800
commit26abacf829187aaf566e759085c310f2dc4fa95f (patch)
tree97429970d36834baace1a7cbc0b68c470c8def54
parent4a289e1168c239b03fd386b5c6ca1aa9963849ae (diff)
downloadgitlab-ce-26abacf829187aaf566e759085c310f2dc4fa95f.tar.gz
Updated the sytle part - changed the order of header, body, and actions
-rw-r--r--doc/development/ux_guide/components.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/development/ux_guide/components.md b/doc/development/ux_guide/components.md
index a31d8cfb443..20205d6b398 100644
--- a/doc/development/ux_guide/components.md
+++ b/doc/development/ux_guide/components.md
@@ -266,9 +266,9 @@ Dialog modals are only used for having a conversation and confirmation with the
### Style
* Dialog modals contain the header, body, and actions.
- * **Actions:** Contains a affirmative action, a dismissive action, and an extra action. The order of actions from right to left: Affirmative action → Extra action → Dismissive action
- * **Header:** The header title is a question instead of a descriptive phrase.
- * **Body:** The content in body should never be ambiguous and unclear. It provides specific information.
+ * **Header(1):** The header title is a question instead of a descriptive phrase.
+ * **Body(2):** The content in body should never be ambiguous and unclear. It provides specific information.
+ * **Actions(3):** Contains a affirmative action, a dismissive action, and an extra action. The order of actions from right to left: Affirmative action → Extra action → Dismissive action
* Confirmations regarding labels should keep labeling styling.
* References to commits, branches, and tags should be **monospaced**.