I'm seeing an inline style cursor: pointer; added to input elements (along with touch-action: manipulation; -ms-touch-action: manipulation;), which isn't desirable as it breaks convention for fields that accept user input.
I'm pretty sure the source of this inline style is ember-toggle and this seems like a bug.
I'm seeing an inline style
cursor: pointer;added to input elements (along withtouch-action: manipulation; -ms-touch-action: manipulation;), which isn't desirable as it breaks convention for fields that accept user input.I'm pretty sure the source of this inline style is
ember-toggleand this seems like a bug.