File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ input[type=number] {
461461}
462462
463463.blocklyMenuItemSelected .blocklyMenuItemCheckbox {
464- background: url(<<<PATH>>>/sprites.png ) no-repeat -48px -16px;
464+ background: url(<<<PATH>>>/sprites.svg ) no-repeat -48px -16px;
465465 float: left;
466466 margin-left: -24px;
467467 position: static; /* Scroll with the menu. */
Original file line number Diff line number Diff line change 1111export const SPRITE = {
1212 width : 96 ,
1313 height : 124 ,
14- url : 'sprites.png ' ,
14+ url : 'sprites.svg ' ,
1515} ;
Original file line number Diff line number Diff line change @@ -692,7 +692,7 @@ Css.register(`
692692}
693693
694694.blocklyToolboxCategoryIcon {
695- background-image: url(<<<PATH>>>/sprites.png );
695+ background-image: url(<<<PATH>>>/sprites.svg );
696696 height: 16px;
697697 vertical-align: middle;
698698 visibility: hidden;
You can’t perform that action at this time.
0 commit comments