diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-06-08 17:11:43 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-06-08 17:11:43 +0300 |
commit | 366ad9ff72b44df384bffe562ac66f85aff24c65 (patch) | |
tree | 519bb2e2a0df1f7b90c008d8e939203baab4cff8 /doc | |
parent | e533890bf19f6d0898ab6050f5f5ae7d061f3781 (diff) | |
download | gitlab-ce-366ad9ff72b44df384bffe562ac66f85aff24c65.tar.gz |
Reject idea of using white/gray button depends on bg color
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/ui_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/ui_guide.md b/doc/development/ui_guide.md index 23760a14b39..5893b7c219e 100644 --- a/doc/development/ui_guide.md +++ b/doc/development/ui_guide.md @@ -49,8 +49,8 @@ information from database or file system ## Buttons * Button should contain icon or text. Exceptions should be approved by UX designer. -* Use gray button on white background or white button on gray background. * Use red button for destructive actions (not revertable). For example removing issue. * Use green or blue button for primary action. Primary button should be only one. Do not use both green and blue button in one form. +* For all other cases use default white button |