From 0f7861296400afdf63d2920b6062fef534c950a1 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Fri, 30 Jan 2015 00:46:11 +0100 Subject: [PATCH] replace stripes with hover highlight --- IPython/html/static/tree/less/tree.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IPython/html/static/tree/less/tree.less b/IPython/html/static/tree/less/tree.less index 742538676..83497bbeb 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%); } }