Skip to content

Commit e2396cb

Browse files
committed
Make grid picker square visible
1 parent 5775eab commit e2396cb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

style/blockly.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,14 @@ body[data-theme="low-vision"] {
508508
color: #000000 !important;
509509
}
510510

511+
.blocklyFieldColour .blocklyFieldGrid .blocklyFieldGridItem:focus {
512+
box-shadow: 0 0 0 4px #000 !important;
513+
}
514+
515+
[data-theme="low-vision"] .blocklyFieldColour .blocklyFieldGrid .blocklyFieldGridItem:focus {
516+
box-shadow: 0 0 0 4px #fff !important;
517+
}
518+
511519
body .blocklyHtmlInput {
512520
font-family:
513521
"Atkinson Hyperlegible Next", "Asap", Helvetica, Arial, Lucida, sans-serif !important;

0 commit comments

Comments
 (0)