Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/toolbox/category.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class ToolboxCategory
'container': 'blocklyToolboxCategory',
'row': 'blocklyTreeRow',
'rowcontentcontainer': 'blocklyTreeRowContentContainer',
'icon': 'blocklyTreeIcon',
'icon': 'blocklyToolboxCategoryIcon',
'label': 'blocklyTreeLabel',
'contents': 'blocklyToolboxContents',
'selected': 'blocklyTreeSelected',
Expand Down Expand Up @@ -684,7 +684,7 @@ Css.register(`
padding-right: 0;
}

.blocklyTreeIcon {
.blocklyToolboxCategoryIcon {
background-image: url(<<<PATH>>>/sprites.png);
height: 16px;
vertical-align: middle;
Expand Down