[FIX] web, *: fix the grab cursor not working on all browsers
*: web_editor, 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#82060
Related: odoo/enterprise#23175
Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
Showing
- addons/pos_restaurant/static/src/css/restaurant.css 3 additions, 3 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 1 addition, 4 deletionsaddons/web_editor/static/src/scss/wysiwyg_snippets.scss
Loading
Please register or sign in to comment