From 393290df2cc066cdf0ec1f848ef98dee7a153450 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 25 Mar 2021 22:40:25 +0000 Subject: [PATCH] Prevent accidental text selection of subflow toolbar text --- .../@node-red/editor-client/src/sass/workspaceToolbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/node_modules/@node-red/editor-client/src/sass/workspaceToolbar.scss b/packages/node_modules/@node-red/editor-client/src/sass/workspaceToolbar.scss index fbc0dbdeb..2a734eb43 100644 --- a/packages/node_modules/@node-red/editor-client/src/sass/workspaceToolbar.scss +++ b/packages/node_modules/@node-red/editor-client/src/sass/workspaceToolbar.scss @@ -32,6 +32,7 @@ white-space: nowrap; transition: right 0.2s ease; overflow: hidden; + @include disable-selection; label { padding: 1px 8px; @@ -47,7 +48,6 @@ margin-right: 10px; padding: 2px 8px; } - .button-group { @include disable-selection;