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.
Actions