stable

Clone or download

Read-only

Deduplicate TLP colors hexa codes

Part of story #11542 Update tracker "color picker" to have beautiful colors to associate with select box values Removes the cumbersome $tlp-swatch-color-* sass lists. We should instead use $tlp-swatch-color-map which gives us 'primary', 'secondary', 'name' and soon more properties associated with TLP colors. Migrates all tuleap usages of such lists. How to test: - make post-checkout - Kanban cards have the tracker color on the left - Planning cards have the tracker color on the left - Labels selectors (in pullrequest, Labels widget configuration and Project admin) have colors - Navbar history items have tracker colors - Badges (cross-tracker search) have colors Change-Id: If99a8c31994e1a401f700f6f9fdedbbcbc96dfe6

Modified Files

Name
M plugins/agiledashboard/www/themes/BurningParrot/css/kanban/_kanban-item.scss +3 −3 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/scrum/planning/_backlog-item-details.scss +3 −5 Go to diff View file
M plugins/label/www/themes/BurningParrot/css/_labels-box.scss +13 −13 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_navbar-dropdown-history.scss +3 −3 Go to diff View file
M src/www/themes/BurningParrot/css/includes/project-admin/_labels.scss +10 −10 Go to diff View file
M src/www/themes/common/tlp/doc/resources/visual-assets/badges/outline/example.html +49 −0 Go to diff View file
M src/www/themes/common/tlp/doc/resources/visual-assets/badges/types/example.html +49 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/colors/business/doc.html +10 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_badges.scss +7 −7 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/_colors.scss +68 −30 Go to diff View file