stable

Clone or download

Read-only

chore: remove .tlp-illustration-primary-{fill,stroke}

Those legacy classes are now removed in favor of CSS variables, like recommended in the documentation. Note: there is a slight variation of the value of the color between the legacy and the new one, but it should be ok in most cases. Part of story #37542: display a read only Document Change-Id: Id59b22f67d9b389d011b09658f18f4b368259b8b

Modified Files

Name
M plugins/artidoc/scripts/artidoc/src/assets/RestrictedDocumentIllustration.vue +5 −5 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/assets/Tumbleweed.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/svg/error/LoadingErrorSvg.vue +1 −2 Go to diff View file
M plugins/document/scripts/document/components/svg/folder/EmptyFolderForReadersSvg.vue +1 −2 Go to diff View file
M plugins/document/scripts/document/components/svg/folder/EmptyFolderForWritersSvg.vue +1 −2 Go to diff View file
M plugins/git/templates/gitphp/tuleap/blob-binary-file-svg.tpl +4 −4 Go to diff View file
M plugins/git/templates/gitphp/tuleap/blob-binary-lfs-file-svg.tpl +3 −6 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationNoContent.vue +1 −2 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementNoContent.vue +1 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemEmptyStateSvg.vue +30 −60 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemErrorStateSvg.vue +3 −5 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignEmptyStateSvg.vue +5 −10 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignErrorStateSvg.vue +7 −13 Go to diff View file
M src/scripts/project-registration/src/components/Approval/ProjectApprovalSvg.vue +2 −4 Go to diff View file
M src/scripts/project-registration/src/components/Template/Advanced/FromProjectArchive/ProjectOnGoingCreation/ProjectOngoingCreationSvg.vue +2 −4 Go to diff View file
M src/scripts/tlp/src/scss/components/_illustration.scss +0 −10 Go to diff View file
M src/templates/common/svg-empty-state-tumbleweed.mustache +3 −3 Go to diff View file
M src/templates/error/svg-locked-project.mustache +2 −2 Go to diff View file
M src/templates/error/svg-permission-denied.mustache +1 −1 Go to diff View file
M src/templates/error/svg-suspended-project.mustache +1 −1 Go to diff View file
M src/templates/user/svg-profile-tumbleweed.mustache +8 −8 Go to diff View file