ElemeFE / element

A Vue.js 2.0 UI Toolkit for Web
https://element.eleme.io/
MIT License
54.1k stars 14.64k forks source link

[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 #19427

Open wztscau opened 4 years ago

wztscau commented 4 years ago

Element UI version

2.13.1

OS/Browsers version

所有版本

Vue version

2.6.11

Reproduction Link

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

element-bot commented 4 years ago

Translation of this issue:

Element UI version

2.13.1

OS/Browsers version

All versions

Vue version

2.6.11

Reproduction Link

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

stale[bot] commented 3 years ago

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.