Skip to content
Snippets Groups Projects

Change full colors to a more harmonious palette

Closed username-removed-626804 requested to merge gitlab-ce#28614-harmonious-color-palette into master
3 unresolved threads

Why was this MR needed?

Implements https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10154 for EE.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/28614

Merge request reports

Pipeline #7209896 failed

Pipeline failed for 5526fba5 on gitlab-ce#28614-harmonious-color-palette

Closed by username-removed-626804username-removed-626804 7 years ago (Mar 23, 2017 9:56pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
332 margin-top: -15px;
333 margin-left: 8px;
334 }
335 }
336
337 .board-selector-page-two {
338 padding-left: 10px;
339 padding-right: 10px;
340 white-space: normal;
341 }
342
343 .board-delete-btns {
344 padding-top: 12px;
345 border-top: 1px solid $border-color;
346 }
347
  • 585 }
    586 }
    587
    588 .board-inner-milestone-dropdown {
    589 margin-top: 10px;
    590
    591 .dropdown-menu {
    592 position: fixed;
    593 }
    594 }
    595
    596 .board-milestone-footer-content {
    597 padding-left: 12px;
    598 padding-right: 12px;
    599 color: $gl-gray-dark;
    600 }
  • 652 width: 45%;
    653 }
    654 }
    655 }
    656
    657 .link-to-member-avatar {
    658 .disabled {
    659 pointer-events: none;
    660 cursor: default;
    661 }
    662
    663 .avatar {
    664 margin-bottom: -2px;
    665 margin-right: 3px;
    666 }
    667 }
  • added 68 commits

    Compare with previous version

  • username-removed-626804 marked the task Branch has no merge conflicts with master (if it does - rebase it please) as incomplete

    marked the task Branch has no merge conflicts with master (if it does - rebase it please) as incomplete

  • I did this the wrong way, I've done it according to the job log https://gitlab.com/gitlab-org/gitlab-ce/builds/12873290. Created https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1504 with the proper source branch name 28614-harmonious-color-palette-ee. Closing this in favor of that.

  • Please register or sign in to reply
    Loading