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.
Updated by Gerrit Code Review almost 11 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/27270
Updated by Gerrit Code Review almost 11 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/27270
Updated by Stefan Neufeind almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5006c854c0a6db198a53872bf7a0f72b742f3c0f.
Actions