📜  禁用光标 css 代码示例

📅  最后修改于: 2022-03-11 14:47:38.208000             🧑  作者: Mango

代码示例3
#Element {
    cursor: pointer; /*When you point on this element, cursor will be
      a pointer.*/
}

#Element {
    cursor: default; /*Will make the cursor not point.*/
}