mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Add optional icon to category menu
This commit is contained in:
parent
0edc587b2d
commit
f4aff45250
3 changed files with 20 additions and 5 deletions
|
@ -1181,6 +1181,13 @@ Blockly.Css.CONTENT = [
|
|||
'margin: 0 auto 0.125rem;',
|
||||
'}',
|
||||
|
||||
'.scratchCategoryItemIcon {',
|
||||
'width: 1.25rem;',
|
||||
'height: 1.25rem;',
|
||||
'margin: 0 auto 0.125rem;',
|
||||
'background-size: 100%;',
|
||||
'}',
|
||||
|
||||
'.scratchCategoryMenuItem:hover {',
|
||||
'color: $colour_toolboxHover !important;',
|
||||
'}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue