element [bug report] when the check box is disabled, the mouse pattern displayed when the mouse hovers at the edge of the check box should not be a pointer

xtfmy6hx  于 3个月前  发布在  其他
关注(0)|答案(2)|浏览(59)

Element UI version

2.13.1

OS/Browsers version

所有版本

Vue version

2.6.11

https://codepen.io/wztscau/pen/QWjZNVb

Steps to reproduce

1、使用一个disabled的checkbox
2、悬浮在复选框边缘
3、鼠标 cursor 从 not-allowed 突然变成 pointer

What is Expected?

1、整个disabled 的 checkbox 都应该是cursor: pointer 状态

What is actually happening?

在复选框边缘位置 cursor 突然变成pointer

ezykj2lf

ezykj2lf1#

Translation of this issue:

Element UI version

2.13.1

OS/Browsers version

All versions

Vue version

2.6.11

https://codepen.io/wztscau/pen/QWjZNVb

Steps to reproduce

  1. Use a disabled checkbox
  2. Hover at check box edge
  3. Cursor changes from not allowed to pointer

What is Expected?

  1. The whole disabled checkbox should be in cursor: pointer state

What is actually happening?

At the edge of the check box, cursor suddenly changes to pointer

q3qa4bjr

q3qa4bjr2#

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

相关问题