[FIX] web, *: fix the grab cursor not working on all browsers
*: web_editor, point_of_sale, pos_restaurant The grab cursor is currently not working on all browsers (at least Chrome Linux). The fallback rule does not even work, meaning that if you type: ``` cursor: move; cursor: grab; ``` Those browsers does not even use "move" as they see "grab" as valid but use the "default" cursor. This commit replaces our "grab" uses with a local cursor ensuring it works. Related to task-2431469 closes odoo/odoo#82071 X-original-commit: c8e4e1e9 Related: odoo/enterprise#23182 Signed-off-by:Quentin Smetz (qsm) <qsm@odoo.com>
Showing
- addons/point_of_sale/static/src/css/pos.css 2 additions, 6 deletionsaddons/point_of_sale/static/src/css/pos.css
- addons/pos_restaurant/static/src/css/restaurant.css 3 additions, 2 deletionsaddons/pos_restaurant/static/src/css/restaurant.css
- addons/web/static/src/img/openhand.cur 0 additions, 0 deletionsaddons/web/static/src/img/openhand.cur
- addons/web/static/src/scss/utils.scss 10 additions, 0 deletionsaddons/web/static/src/scss/utils.scss
- addons/web_editor/static/src/scss/wysiwyg_snippets.scss 2 additions, 5 deletionsaddons/web_editor/static/src/scss/wysiwyg_snippets.scss
Loading
Please register or sign in to comment