Closed andig closed 10 years ago
Maybe this is a way to temporarily fix it using css: a { outline: 0; } source: http://css-tricks.com/removing-the-dotted-outline/
On Sun, May 25, 2014 at 3:16 AM, andig notifications@github.com wrote:
After upgrading from v2 the indenter/expander now shows an outline around the on FireFox:
[image: unbenannt]https://cloud.githubusercontent.com/assets/184815/3076706/73b2cc4e-e3f5-11e3-9c09-a9c78fc6ad36.png
To prevent this I'd suggest to add outline: none to table.treetable span.indenter a
Reply to this email directly or view it on GitHubhttps://github.com/ludo/jquery-treetable/issues/141 .
After upgrading from v2 the indenter/expander now shows an outline around the
<a>
on FireFox:To prevent this I'd suggest to add
outline: none
totable.treetable span.indenter a