css 禁用黄色悬停样式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 禁用黄色悬停样式相关的知识,希望对你有一定的参考价值。


    input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
        background-color: transparent;
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s;
    }

以上是关于css 禁用黄色悬停样式的主要内容,如果未能解决你的问题,请参考以下文章

在活动链接上禁用 CSS 悬停效果

带有 CSS 的样式禁用按钮

我可以通过 JavaScript 禁用 CSS :hover 效果吗?

在 ExtJS 中,如何禁用悬停在禁用工具栏按钮上的样式更改?

如何禁用样式组件内material-ui按钮的悬停效果

拖动禁用 CSS 悬停