[IMP] theme_common: remove PublicWidget fix for deprecated old apple devices

Introduced in odoo/design-themes-old@a3dbaf1576,
this Bootstrap's Collapse fix was targetting very old Apple devices.

task-3439226

closes odoo/design-themes#694

Related: odoo/odoo#134020
Signed-off-by: Adrien Dieudonné (adr) <adr@odoo.com>
This commit is contained in:
Pierre Paridans
2023-09-01 10:36:01 +02:00
parent 458919e515
commit 331b8a3a06
@@ -1,13 +0,0 @@
/** @odoo-module **/
import publicWidget from "@web/legacy/js/public/public_widget";
/**
* This is a fix for some apple devices.
* The slide of animated boxes widget is shown on hover or click on mobile
* devices, but iOS only activates :hover if the element targeted is
* clickable.
*/
publicWidget.registry._fixAnimatedBoxesAppleClick = publicWidget.registry._fixAppleCollapse.extend({
selector: '.s_animated_boxes .item',
});