From 308cbb2062be8e04f658b9c9fa5e070b9392d6fe Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 30 Dec 2015 11:05:13 +0100 Subject: [PATCH] Remove soft selected right border background-leaking --- notebook/static/notebook/less/cell.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notebook/static/notebook/less/cell.less b/notebook/static/notebook/less/cell.less index 6aaaabfe4..0de7242b4 100644 --- a/notebook/static/notebook/less/cell.less +++ b/notebook/static/notebook/less/cell.less @@ -29,9 +29,10 @@ div.cell { border-left-color: @soft_select_color; border-left-width: @cell_border_width; padding-left: @cell_padding - @cell_border_width; + border-right-color: @soft_select_color; + border-right-width: @cell_border_width; background: @soft_select_color; - @media print { border-color: transparent; }