Project

General

Profile

Actions

Bug #94575

closed

Epic #95236: Backend UI layout issues

Missing panel color rendering at Install Tool login

Added by Georg Ringer almost 3 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
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 #1

Updated by Gerrit Code Review over 2 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

Actions #2

Updated by Riccardo De Contardi over 2 years ago

  • Parent task set to #95152
Actions #3

Updated by Riccardo De Contardi over 2 years ago

  • Parent task changed from #95152 to #95236
Actions #4

Updated by Benni Mack over 2 years ago

  • Target version changed from 11 LTS to Candidate for patchlevel
Actions #5

Updated by Gerrit Code Review over 2 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

Actions #6

Updated by Marcin Sągol over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF