From dfd908a19a4bc1edcce405e2fd134bf02fe58037 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Wed, 29 Mar 2017 11:32:28 -0700 Subject: [PATCH] minor ui fix pixel issue with toolbox --- theme/style.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/style.less b/theme/style.less index 35e06f78..dbfa2557 100644 --- a/theme/style.less +++ b/theme/style.less @@ -46,7 +46,8 @@ *******************************/ div.blocklyTreeRow { - border-bottom: 1px solid #ecf0f1 !important; + box-shadow: 0 1px 0 #ecf0f1 inset; + margin-bottom: 0px !important; -webkit-transition-property: background-color; /* Safari */