a链接点击出现虚线边框的解决办法

    xiaoxiao2021-03-25  95

    a链接点击出现虚线边框只需要在CSS加入下列样式,即可消除:

    a{ -webkit-tap-highlight-color:transparent; outline:none; blr:expression(this.onFocus = this.blur()); } a:focus{ outline:none; }

    转载请注明原文地址: https://ju.6miu.com/read-22662.html

    最新回复(0)