Change full colors to a more harmonious palette
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?
-
Changelog entry added, if necessary - Tests
-
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together
What are the relevant issue numbers?
Merge request reports
Activity
marked the task Conform by the merge request performance guides as completed
marked the task Conform by the style guides as completed
marked the task Changelog entry added, if necessary as completed
added 1 commit
- 471cf600 - Change full colors to a more harmonious palette
assigned to @pedroms
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 @pedroms I don't think this is meant to be part of your MR
added 68 commits
-
471cf600...6d769a8d - 67 commits from branch
master
- 5526fba5 - Change full colors to a more harmonious palette
-
471cf600...6d769a8d - 67 commits from branch
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.