Skip to content

Commit 9ea3607

Browse files
committed
Add keyboard control for sizing and moving, and a help button to explain how it works.
1 parent a88d249 commit 9ea3607

File tree

2 files changed

+239
-42
lines changed

2 files changed

+239
-42
lines changed

ts/a11y/explorer/KeyExplorer.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -969,19 +969,6 @@ export class SpeechExplorer
969969
'font-size': '20px',
970970
margin: '.5em 0',
971971
},
972-
'mjx-dialog kbd': {
973-
display: 'inline-block',
974-
padding: '3px 5px',
975-
'font-size': '11px',
976-
'line-height': '10px',
977-
color: '#444d56',
978-
'vertical-align': 'middle',
979-
'background-color': '#fafbfc',
980-
border: 'solid 1.5px #c6cbd1',
981-
'border-bottom-color': '#959da5',
982-
'border-radius': '3px',
983-
'box-shadow': 'inset -.5px -1px 0 #959da5',
984-
},
985972
'mjx-dialog ul': {
986973
'list-style-type': 'none',
987974
},

0 commit comments

Comments
 (0)