From bd14acb68a03c227c1c2cabc612ea1cd20223114 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 22 May 2017 22:21:52 +0100 Subject: [PATCH] Change debug message menu icon --- editor/sass/debug.scss | 7 ++++++- nodes/core/core/lib/debug/debug-utils.js | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/editor/sass/debug.scss b/editor/sass/debug.scss index b6ae26df7..060c50d9b 100644 --- a/editor/sass/debug.scss +++ b/editor/sass/debug.scss @@ -84,7 +84,12 @@ } } } -.debug-message-row .debug-message-tools { +.debug-message-meta .debug-message-tools { + .editor-button-small { + font-size: 11px; + } +} +.debug-message-tools { .button-group:not(:last-child) { margin-right: 3px; } diff --git a/nodes/core/core/lib/debug/debug-utils.js b/nodes/core/core/lib/debug/debug-utils.js index 3f6573d06..f657b2fd7 100644 --- a/nodes/core/core/lib/debug/debug-utils.js +++ b/nodes/core/core/lib/debug/debug-utils.js @@ -456,7 +456,7 @@ RED.debug = (function() { $('function : (' + errorLvlType + ')').appendTo(metaRow); } else { var tools = $('').appendTo(metaRow); - var filterMessage = $('').appendTo(tools); + var filterMessage = $('').appendTo(tools); filterMessage.click(function(e) { e.preventDefault(); e.stopPropagation();