We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86c6c7 commit 0f0ebd6Copy full SHA for 0f0ebd6
test/index.html
@@ -29,18 +29,18 @@
29
width: 100%;
30
max-height: 100%;
31
position: relative;
32
- --outline-width: 3px;
+ --outline-width: 5px;
33
}
34
35
- .blocklyMainBackground {
36
- height: calc(100% - var(--outline-width));
37
- width: calc(100% - var(--outline-width));
+ .blocklyWorkspace:focus .blocklyMainBackground {
+ outline: Highlight solid var(--outline-width);
+ outline-offset: -5px;
38
39
40
.blocklyFlyout {
41
top: var(--outline-width);
42
left: var(--outline-width);
43
- height: calc(100% - calc(var(--outline-width) * 2.5));
+ height: calc(100% - calc(var(--outline-width) * 2));
44
45
46
pre,
0 commit comments