We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe9967 commit 24a05cfCopy full SHA for 24a05cf
2 files changed
codelabs/custom_toolbox/custom_toolbox.md
@@ -174,7 +174,7 @@ Copy and paste the following CSS into your `toolbox_style.css` file.
174
color: white;
175
}
176
/* Adds padding around the group of categories and separators. */
177
-.blocklyToolboxContents {
+.blocklyToolboxCategoryGroup {
178
padding: 0.5em;
179
180
/* Adds space between the categories, rounds the corners and adds space around the label. */
examples/custom-toolbox-codelab/complete-code/toolbox_style.css
@@ -3,7 +3,7 @@
3
color: #fff;
4
5
6
7
8
9
0 commit comments