gpt4 book ai didi

jquery-mobile - JQuery 移动版 : how to not display the button focus halo when a button is clicked?

转载 作者:行者123 更新时间:2023-12-04 03:41:18 25 4
gpt4 key购买 nike

我的 Web 应用程序中有使用 jQuery Mobile 的按钮。

单击按钮时,会添加 ui-focus 类,该类在按钮周围显示蓝色光晕。类(class)一直停留在那里,直到单击页面上的另一个位置。这发生在 Firefox 中,而不是 iPad。我希望这个光环不显示。

我必须怎么做才能根本不显示焦点光环?

最佳答案

您可以覆盖默认 css 而不是修改源代码。只要确保您的 css 文件在 JQM 之后。

.ui-focus,
.ui-btn:focus {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none ;
}

关于jquery-mobile - JQuery 移动版 : how to not display the button focus halo when a button is clicked?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10851997/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com