标签。当我使用滚动条点击打开新标签中的链接时,意味着它会在Mozilla Firefox中创建边框。
这是我的代码:
<div class="blockquote-box blockquote-warning clearfix">
<div class="square pull-left">
<img style="width:40px" src="//az177188.vo.msecnd.net/static/planobot/images/services-2.png" alt /> <span class="fa fa-heart fav-link" style="font-size: 18px;" title="Add to My Favourites"></span>
</div> <a href="/reports/monthlysnapshotreport">
<h4>
Monthly Snapshot Report
</h4>
<p>
Monthly summary of revenue breakup, customer statistics and cashbook.
</p>
</a>
</div>
答案 0 :(得分:0)
添加:focus {outline:none}以删除边框选择后通过滚动条单击..