How to remove the blue box shadow border in button if clicked

后端 未结 3 573
醉梦人生
醉梦人生 2020-12-28 18:05

I want to do is remove the button blue box shadow effect in my class btnd if the button is click.

current output:

i tried this but it doesnt w

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-28 18:27

    just use this line to remove the focus $( "#OK" ).button().blur();

提交回复
热议问题