Firefox的CSS - 如何停用虚线边框(火狐点击指标)? [英] CSS Firefox - How to deactivate the dotted border ( firefox click indicator )?

查看:186
本文介绍了Firefox的CSS - 如何停用虚线边框(火狐点击指标)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这点击指标是我最近的Web项目恶心的一块。我恨这个! - 我怎样才能到我的Firefox浏览器说,他不应该标注点击的对象

This click indicator is a disgusting piece for my recent web projects.. I hate this! - How can I say to my Firefox browser that he should not mark the clicked object?

推荐答案

只要你的菜单项都没有输入元素(例如,按钮),您可以使用CSS隐藏它,像这样:

Provided that your menu items are not input elements (say, buttons), you can hide it using CSS, like so:

element { outline: none; }

这篇关于Firefox的CSS - 如何停用虚线边框(火狐点击指标)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆