diff --git a/IPython/html/static/tree/less/tree.less b/IPython/html/static/tree/less/tree.less index b936c020e..2a880b2c0 100644 --- a/IPython/html/static/tree/less/tree.less +++ b/IPython/html/static/tree/less/tree.less @@ -192,6 +192,10 @@ ul#new-menu { padding-left: @dashboard_lr_pad; padding-right: @dashboard_lr_pad; line-height: @btn_mini_height; + + a:focus, a:hover { + text-decoration: none; + } } .panel-body {