[CLEANUP] Page Module: Do hovering via CSS, not JS
The ExtJS functionality for adding active classes can be done via CSS hover pseudo classes. This is faster (native browser functionality) and also removes some ExtJS code. With this change however, the hovering is not disabled anymore when dragging. Releases: 6.2 Resolves: #58359 Change-Id: Ifcc0307b436cf68dfcfe561444e779410978d576 Reviewed-on: https://review.typo3.org/29744 Tested-by: Stefan Neufeind Reviewed-by: Nadir S. Tested-by: Nadir S. Reviewed-by: Nico Schober Tested-by: Nico Schober Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes
Showing
- typo3/sysext/cms/layout/js/typo3pageModule.js 0 additions, 84 deletionstypo3/sysext/cms/layout/js/typo3pageModule.js
- typo3/sysext/t3skin/Resources/Public/Css/structure/module_web_list_sysnote.css 1 addition, 1 deletion...esources/Public/Css/structure/module_web_list_sysnote.css
- typo3/sysext/t3skin/Resources/Public/Css/structure/module_web_page.css 1 addition, 1 deletion...t3skin/Resources/Public/Css/structure/module_web_page.css
- typo3/sysext/t3skin/Resources/Public/Css/visual/module_web_list_sysnote.css 3 additions, 3 deletions...n/Resources/Public/Css/visual/module_web_list_sysnote.css
- typo3/sysext/t3skin/Resources/Public/Css/visual/module_web_page.css 14 additions, 14 deletions...xt/t3skin/Resources/Public/Css/visual/module_web_page.css
Please register or sign in to comment