Task #100987
closedinformation inside progress bar in install setup is cut off
100%
Description
When first installing TYPO3 via the install setup tool, the information inside the progress bar is cut off.
The text "1/5 - 20% Complete" is bigger than the background color of the first step of this progress.
TYPO3 12.4.1
PHP 8.1
Files
Updated by Riccardo De Contardi over 1 year ago
It looks like there are two ways to accomplish this with pure CSS:
1) Duplicating the bar and using clip-path https://codepen.io/valiooo/pen/ALXodB
2) Using SVG Mask https://codepen.io/jordanthomas/pen/XdZGvw
Updated by Jasmina Ließmann over 1 year ago
- Status changed from New to In Progress
- Assignee set to Jasmina Ließmann
Updated by Gerrit Code Review over 1 year ago
- Status changed from In Progress to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79495
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79495
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79425
Updated by Jasmina Ließmann over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 03f9d4ab83ba0ba93f73fc83aeeebcd8483b4a0b.