最佳答案
我试图禁用一个特定的链接和应用光标样式,但这个 CSS 命令 cursor: text;
不会生效。光标始终是默认的。我使用的是最新的 Firefox 版本。
CSS:
pointer-events: none !important;
cursor: text;
color: Blue;