ludo / jquery-treetable

jQuery plugin to show a tree structure in a table
http://ludo.cubicphuse.nl/jquery-treetable
GNU General Public License v2.0
741 stars 278 forks source link

Expander shows outline after upgrading to 3.0 #141

Closed andig closed 10 years ago

andig commented 10 years ago

After upgrading from v2 the indenter/expander now shows an outline around the <a> on FireFox:

unbenannt

To prevent this I'd suggest to add outline: none to table.treetable span.indenter a

dechimp commented 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 .