📜  css disabled cursor not allowed - CSS 代码示例
📅  最后修改于: 2022-03-11 14:47:30.079000             🧑  作者: Mango
代码示例2
li.disabled {
cursor: not-allowed;
}
li.disabled a {
pointer-events: none;
}