JQuery Mobile: how to not display the button focus halo when a button is clicked?

后端 未结 4 1741
夕颜
夕颜 2021-01-13 15:02

I have buttons in my web app using jQuery Mobile.

When clicked the buttons have the ui-focus class added which displays a blue halo around buttons. The class stays

4条回答
  •  耶瑟儿~
    2021-01-13 15:15

    Well thats easy, just open your xxx-mobile-theme.css file
    and find the class ui-focus and remove the box-shadow property manually

提交回复
热议问题