diff --git a/src/client/debug/Debug.svelte b/src/client/debug/Debug.svelte index 0329a37c3..08e1df704 100644 --- a/src/client/debug/Debug.svelte +++ b/src/client/debug/Debug.svelte @@ -74,7 +74,7 @@ background: #fefefe; } - :global(button, select) { + .debug-panel :global(button, select) { cursor: pointer; outline: none; background: #eee; @@ -84,21 +84,21 @@ border-radius: 3px; } - :global(button) { + .debug-panel :global(button) { padding-left: 10px; padding-right: 10px; } - :global(button:hover) { + .debug-panel :global(button:hover) { background: #ddd; } - :global(button:active) { + .debug-panel :global(button:active) { background: #888; color: #fff; } - :global(section) { + .debug-panel :global(section) { margin-bottom: 20px; }