From cc69f06551064fd02d024fdc3e1cadc9019f357b Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 30 Dec 2015 11:14:18 +0100 Subject: [PATCH] Remove left border on softselected cells --- notebook/static/notebook/less/cell.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/notebook/static/notebook/less/cell.less b/notebook/static/notebook/less/cell.less index 0796120c6..6aaaabfe4 100644 --- a/notebook/static/notebook/less/cell.less +++ b/notebook/static/notebook/less/cell.less @@ -27,7 +27,10 @@ div.cell { &.jupyter-soft-selected { border-left-color: @selected_border_color_light; border-left-color: @soft_select_color; - ._selected_style(@selected_border_color_light, @soft_select_color, 5px, 0px); + border-left-width: @cell_border_width; + padding-left: @cell_padding - @cell_border_width; + background: @soft_select_color; + @media print { border-color: transparent;