jQuery UI - 删除焦点上的橙色标签边框 [英] jQuery UI - remove orange tab border on focus

查看:165
本文介绍了jQuery UI - 删除焦点上的橙色标签边框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图删除这个边框:


因为它只显示在焦点上,所以我无法找到使用chrome控制台覆盖哪个类。



有没有人这样做,并知道我应该覆盖什么类?编辑:我想这是标准的行为和这里你可以看到这个例子。我也使用Chrome。

解决方案

  li a 
{
轮廓颜色:透明;
}


I am trying to remove this border:

and since it shown only on focus I am not able to find which class to overwrite using the chrome console.

Has anyone done this and knew what is the class that I should overwrite?

Edit: I suppose this is the standard behaviour and here you can see the example. I am also using Chrome.

解决方案

li a
{
    outline-color: transparent;
}​

这篇关于jQuery UI - 删除焦点上的橙色标签边框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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