Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以用cursor: none禁用光标,但是拖动时光标仍然可见(在 mouseDown 时移动光标)。有什么选项可以禁用它吗?
使用:active伪类:
:active
a:active { cursor:none /* or some other value */; }
文档:https ://developer.mozilla.org/en-US/docs/CSS/:active