Actions
Bug #94575
closedEpic #95236: Backend UI layout issues
Missing panel color rendering at Install Tool login
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2021-07-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The colors for the panels in install tool login don't work anymore, see screenshot.
Problem is in _install.scss
that the styling requires additional classes and doen't for anymore as standalone
.install-tool-modal { .panel-flat, .panel-rst, .panel-version { &.panel-breaking, &.panel-danger { @include panel-variant($danger, #fff, $danger, $danger); @include panel-risk-levels($danger, lighten($danger, 40)); .panel-progress .panel-progress-bar { background-color: $danger; } .label { @include label-variant($label-danger-bg); } }
Files
Updated by Gerrit Code Review over 3 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70595
Updated by Riccardo De Contardi about 3 years ago
- Parent task changed from #95152 to #95236
Updated by Benni Mack about 3 years ago
- Target version changed from 11 LTS to Candidate for patchlevel
Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70595
Updated by Marcin Sągol about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5bd58ebfdc9bf12dc76c4cacc11bfde330dc515e.
Actions