From 6870527f4a1146b8e43e44a820c871724df5b2f6 Mon Sep 17 00:00:00 2001 From: Ronald Bourret Date: Mon, 20 Oct 2025 23:47:29 +0000 Subject: [PATCH] chore: update blocklyToolboxContents => blocklyToolboxCategoryGroup --- codelabs/custom_toolbox/custom_toolbox.md | 2 +- examples/custom-toolbox-codelab/complete-code/toolbox_style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codelabs/custom_toolbox/custom_toolbox.md b/codelabs/custom_toolbox/custom_toolbox.md index e8392bdf2..2723b7707 100644 --- a/codelabs/custom_toolbox/custom_toolbox.md +++ b/codelabs/custom_toolbox/custom_toolbox.md @@ -174,7 +174,7 @@ Copy and paste the following CSS into your `toolbox_style.css` file. color: white; } /* Adds padding around the group of categories and separators. */ -.blocklyToolboxContents { +.blocklyToolboxCategoryGroup { padding: 0.5em; } /* Adds space between the categories, rounds the corners and adds space around the label. */ diff --git a/examples/custom-toolbox-codelab/complete-code/toolbox_style.css b/examples/custom-toolbox-codelab/complete-code/toolbox_style.css index 2bbf7090b..067e90aba 100644 --- a/examples/custom-toolbox-codelab/complete-code/toolbox_style.css +++ b/examples/custom-toolbox-codelab/complete-code/toolbox_style.css @@ -3,7 +3,7 @@ color: #fff; } /* Adds padding around the group of categories and separators. */ -.blocklyToolboxContents { +.blocklyToolboxCategoryGroup { padding: 0.5em; } /* Adds space between the categories, rounds the corners and adds space around the label. */