Using fancytree, how can I prevent the boundary around the fancytree div from becoming blue when it's active?
To replicate, go to the link below, click inside the fancytree control (click any node) and the light gray dotted border gets a blue highlight. No good!
http://wwwendt.de/tech/fancytree/demo/sample-configurator.html https://github.com/mar10/fancytree
Add the style: outline:none !important;
to either .fancytree-container
and it won't get the outline around the fancytree
Little update on this, depending on your version / theme you may also need to disable outline: on .fancytree-treefocus class too, i.e.
.fancytree-container {
border: none !important;
}
.fancytree-treefocus {
outline: none;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With