From 1b079f026226557b4eba2400a14b1c7dad7d9fd1 2015-01-29 23:46:11 From: Mathieu Date: 2015-01-29 23:46:11 Subject: [PATCH] replace stripes with hover highlight --- diff --git a/IPython/html/static/tree/less/tree.less b/IPython/html/static/tree/less/tree.less index 7425386..83497bb 100644 --- a/IPython/html/static/tree/less/tree.less +++ b/IPython/html/static/tree/less/tree.less @@ -82,8 +82,8 @@ ul.breadcrumb { background-color: @table-border-color; }; a {text-decoration: none;} - &:nth-child(odd) { - background-color: @list_stripe_color; + &:hover { + background-color: darken(white,2%); } }