📜  css hover to disable - CSS 代码示例

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

代码示例4
button:hover:enabled{
    /*your styles*/
}
button:active:enabled{
    /*your styles*/
}