Use Pointer Events to Control Mouse Events
Pointer events allow you to specify how the mouse interacts with the element it’s touching. To disable the default pointer event on a button, for instance:
.button-disabled {
opacity: .5;
pointer-events: none;
}
It’s that simple.
当前内容版权归 AllThingsSmitty 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 AllThingsSmitty .