Skip to content
Snippets Groups Projects
Commit 23ebcca9 authored by qsm-odoo's avatar qsm-odoo
Browse files

[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: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent 26e035d4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment