删除焦点上的默认蓝色
我创建了一个自定义按钮字段,当按钮处于焦点时,默认蓝色背景即将出现,我想删除该蓝色背景。实际上,我将图像放置在按钮上,并且图像上有某些透明区域。当该自定义按钮获得焦点时,会显示蓝色背景。我想删除那个蓝色背景。
多谢
I have a created a custom Button field , when the button is on focus default blue background is coming , i want to remove that blue background . actually i am placing image on button and on image there are certain area which is transparent . when that custom button is on focus then blue background is displayed . i want to remove that blue background.
Thanks alot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
覆盖方法
Override method
重写方法
并且不调用其中的 super.onFocus
override method
and don't invoke super.onFocus in it