diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-06-08 20:51:52 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-06-08 20:51:52 +0000 |
commit | 2268c6c70e5000341339944a1e4142d95ec6e8dc (patch) | |
tree | bf2ae4741e53e4d35020d106aa52ab46e51dd5f0 /doc | |
parent | 18f5cca25bb6a12e6fffdad427945c081b19ecaf (diff) | |
parent | bf9e482695481f5a3ec32f7c36d7ec051ec96fa5 (diff) | |
download | gitlab-ce-2268c6c70e5000341339944a1e4142d95ec6e8dc.tar.gz |
Merge branch 'dz-improve-ui-consistency' into 'master'
Improve ui consistency
* Decline idea of using gray buttons actively in UI
* remove icons from some buttons that already has text
* standardizes margin between buttons
First step in https://gitlab.com/gitlab-org/gitlab-ce/issues/18324
See merge request !4533
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 |