Actions
Task #55600
closedtabmenu: Get rid of mouseOver/mouseOut
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-02-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The tabmenu currently only really mouseOver/mouseOut to set CSS-classes, which in turn change the visual appearance of tab-headers. This however can easily also be done with :hover in CSS. That shortens the CSS, the tabmenu.js and avoids unnecessary JS-calls.
Actions