We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cbb9a commit a6325edCopy full SHA for a6325ed
1 file changed
packages/blockly/core/css.ts
@@ -452,17 +452,14 @@ input[type=number] {
452
}
453
454
/* State: selected/checked. */
455
-.blocklyMenuItemCheckbox {
456
- height: 16px;
457
- position: absolute;
458
- width: 16px;
459
-}
460
-
461
.blocklyMenuItemSelected .blocklyMenuItemCheckbox {
462
background: url(<<<PATH>>>/sprites.png) no-repeat -48px -16px;
463
float: left;
464
margin-left: -24px;
+ width: 16px;
+ height: 16px;
465
position: static; /* Scroll with the menu. */
+ display: block;
466
467
468
.blocklyMenuItemRtl .blocklyMenuItemCheckbox {
0 commit comments