stable

Clone or download

Read-only

fix: request #39351 Missing margin on icon in project registration

How to test: - After choosing a template, the "Back" button arrow icon should not be glued to the button text. Notes: also took the opportunity to switch the icons to FA6 classes and marked them hidden for accessibility. Spans were not needed and were removed. Change-Id: I18dc26bd622e36d2771ec2d0ababb4ae6ba479aa

Modified Files

Name
M src/scripts/project-registration/src/components/Approval/ProjectApproval.vue +4 −4 Go to diff View file
M src/scripts/project-registration/src/components/Approval/__snapshots__/ProjectApproval.test.ts.snap +1 −1 Go to diff View file
M src/scripts/project-registration/src/components/Information/Agreement/AgreementModal.vue +1 −1 Go to diff View file
M src/scripts/project-registration/src/components/Information/ProjectInformationFooter.test.ts +6 −6 Go to diff View file
M src/scripts/project-registration/src/components/Information/ProjectInformationFooter.vue +14 −10 Go to diff View file
M src/scripts/project-registration/src/components/Template/Advanced/FromProjectArchive/ProjectOnGoingCreation/ProjectOngoingCreation.vue +4 −4 Go to diff View file
M src/scripts/project-registration/src/components/Template/TemplateFooter.vue +5 −2 Go to diff View file
M src/scripts/project-registration/themes/project-registration/project-registration.scss +4 −4 Go to diff View file