From e74f001abe717c3f6f3103135e3cf2f78f8eac8b Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Wed, 29 Mar 2017 22:57:50 -0700 Subject: [PATCH] Fix toolbox border issue --- theme/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/style.less b/theme/style.less index dbfa2557..48d39a54 100644 --- a/theme/style.less +++ b/theme/style.less @@ -46,7 +46,7 @@ *******************************/ div.blocklyTreeRow { - box-shadow: 0 1px 0 #ecf0f1 inset; + box-shadow: inset 0 -1px 0 0 #ecf0f1; margin-bottom: 0px !important;