Skip to content
Snippets Groups Projects
Commit 3353fef0 authored by yograj tandel's avatar yograj tandel
Browse files

[FIX] web: use default cursor on many2many badge


Before this commit: when we hovering badge of many2many field, the cursor is
pointer while clicking on badge does nothing so cursor should be default.

After this commit: when we hovering badge of many2many field(without color
field), the cursor is default.

closes odoo/odoo#69905

Task: 2515190
Signed-off-by: default avatarSimon Genin (ges@odoo) <ges@odoo.com>
parent 3857d27d
Branches
Tags
No related merge requests found
......@@ -103,7 +103,6 @@
flex: 0 0 auto;
border: 0;
font-size: 12px;
cursor: pointer;
user-select: none;
a {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment