Skip to content

Commit 24a05cf

Browse files
authored
chore: update blocklyToolboxContents => blocklyToolboxCategoryGroup (#2618)
1 parent abe9967 commit 24a05cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

codelabs/custom_toolbox/custom_toolbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Copy and paste the following CSS into your `toolbox_style.css` file.
174174
color: white;
175175
}
176176
/* Adds padding around the group of categories and separators. */
177-
.blocklyToolboxContents {
177+
.blocklyToolboxCategoryGroup {
178178
padding: 0.5em;
179179
}
180180
/* Adds space between the categories, rounds the corners and adds space around the label. */

examples/custom-toolbox-codelab/complete-code/toolbox_style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
color: #fff;
44
}
55
/* Adds padding around the group of categories and separators. */
6-
.blocklyToolboxContents {
6+
.blocklyToolboxCategoryGroup {
77
padding: 0.5em;
88
}
99
/* Adds space between the categories, rounds the corners and adds space around the label. */

0 commit comments

Comments
 (0)