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
Actions