From e2802175a5c470dc40e09338280169490953ad99 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 29 Jun 2020 21:06:23 +0100 Subject: [PATCH] Clear outline focus on config node sidebar panel --- .../@node-red/editor-client/src/sass/tab-config.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/node_modules/@node-red/editor-client/src/sass/tab-config.scss b/packages/node_modules/@node-red/editor-client/src/sass/tab-config.scss index f88cbfd73..787669fd7 100644 --- a/packages/node_modules/@node-red/editor-client/src/sass/tab-config.scss +++ b/packages/node_modules/@node-red/editor-client/src/sass/tab-config.scss @@ -20,6 +20,10 @@ height: 100%; overflow-y:auto; @include disable-selection; + + &:focus { + outline: none; + } } ul.red-ui-sidebar-node-config-list {