Actions
Bug #79890
closedRemove invalid CSS from form.css
Start date:
2017-02-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
The form.css file has a rule with a
:has
selector.
- There is no browser that does support this type of selector yet
- The syntax is not correct as there must be no whitespace between the
:has
and the opening brace.
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New 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/51739
Updated by Gerrit Code Review almost 8 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/51739
Updated by Sascha Egerer almost 8 years ago
- Sprint Focus changed from Remote Sprint to Stabilization Sprint
Updated by Sascha Egerer over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset afca099af15e16090524f89d4294387bad62b75f.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions