📜  在 css 代码示例中悬停 none

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

代码示例1
.noHover{
    pointer-events: none;
}