File tree Expand file tree Collapse file tree 2 files changed +19
-13
lines changed
Expand file tree Collapse file tree 2 files changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -240,3 +240,22 @@ Blockly.Css.register(`
240240 stroke-width: var(--blockly-selection-width);
241241 }
242242` ) ;
243+
244+ // Keyboard-nav-specific styling for the context menu.
245+ //
246+ // This should remain in the plugin for the time being because the
247+ // classes selected are currently only defined in the plugin.
248+ Blockly . Css . register ( `
249+ .blocklyRTL .blocklyMenuItemContent .blocklyShortcutContainer {
250+ flex-direction: row-reverse;
251+ }
252+ .blocklyMenuItemContent .blocklyShortcutContainer {
253+ width: 100%;
254+ display: flex;
255+ justify-content: space-between;
256+ gap: 16px;
257+ }
258+ .blocklyMenuItemContent .blocklyShortcutContainer .blocklyShortcut {
259+ color: #ccc;
260+ }
261+ ` ) ;
Original file line number Diff line number Diff line change 8585 thead {
8686 font-weight : bold;
8787 }
88-
89- .blocklyRTL .blocklyMenuItemContent .blocklyShortcutContainer {
90- flex-direction : row-reverse;
91- }
92- .blocklyMenuItemContent .blocklyShortcutContainer {
93- width : 100% ;
94- display : flex;
95- justify-content : space-between;
96- gap : 16px ;
97- }
98- .blocklyMenuItemContent .blocklyShortcutContainer .blocklyShortcut {
99- color : # ccc ;
100- }
10188 </ style >
10289 </ head >
10390
You can’t perform that action at this time.
0 commit comments