Skip to content

Commit 6b26e10

Browse files
Add styles needed by keyboard nav plugin changes
We'll see if these can be provided by the plugin in future.
1 parent 899afab commit 6b26e10

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

theme/blockly-core.less

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,19 @@ text.blocklyCheckbox {
289289
}
290290
}
291291

292+
/* Keyboard navigation plugin styles */
293+
294+
.passiveBlockFocus.blocklyPath {
295+
stroke-dasharray: 5 3;
296+
stroke-width: 3;
297+
stroke: #ffa200;
298+
}
299+
300+
.passiveNextIndicator {
301+
stroke: #ffa200;
302+
fill: #ffa200;
303+
}
304+
292305
/*******************************
293306
Scrollbars
294307
*******************************/

0 commit comments

Comments
 (0)