Project

General

Profile

Actions

Bug #50440

closed

Table head in Extension Manager is disappearing due to (SASS bug?)

Added by Patrick Schriner almost 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2013-07-25
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Resources/Public/Css/main.css

.typo3-extension-list th:hover {
  background: rgba(200, 200, 200, 0);
}

this rule is generated from

Resources/Private/Scss/page/_manage.scss

// Table
.typo3-extension-list {
    th {
        &:hover {
            background: rgba(200,200,200,.3);
        }
    }
}

Obviously SASS was dropping the .3 in some version (the current version doesn't)

Chrome ignores the :hover rule altogether, Opera shows it correctly (defacto hiding the header)

As the instructions for generating the main.css file are faulty (the output has closing brackets on the same line as the last rule), I cannot provide a "generated" patch for gerrit.

As a side note: If there is a flag for SASS missing, why is that not documented in the README.txt?

Actions #1

Updated by Gerrit Code Review over 10 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22611

Actions #2

Updated by Gerrit Code Review over 10 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22611

Actions #3

Updated by Ingo Pfennigstorf over 10 years ago

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

Updated by Patrick Schriner over 10 years ago

Thanks for the quick fix!!

Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF