[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:
@@ -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',
|
|
||||||
});
|
|
||||||
Reference in New Issue
Block a user