Bug #50440
closedTable head in Extension Manager is disappearing due to (SASS bug?)
100%
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?
Updated by Gerrit Code Review over 11 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
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22611
Updated by Ingo Pfennigstorf over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ea13f03515b785521bc7e9e562fc7f2470999c00.