Merge branch 'issue1282' into develop. Issue #1282.
This commit is contained in:
commit
e3f65aa912
|
@ -67,6 +67,9 @@
|
||||||
"margin": "1em 0",
|
"margin": "1em 0",
|
||||||
padding: 0
|
padding: 0
|
||||||
},
|
},
|
||||||
|
".mjx-chtml[tabindex], *:focus .mjx-chtml[tabindex]": {
|
||||||
|
display: "inline-table" // see issue #1282
|
||||||
|
},
|
||||||
|
|
||||||
".mjx-math": {
|
".mjx-math": {
|
||||||
"display": "inline-block",
|
"display": "inline-block",
|
||||||
|
|
|
@ -266,20 +266,9 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
// Focus elements for keyboard tabbing.
|
// Focus elements for keyboard tabbing.
|
||||||
".MathJax:focus": (
|
".MathJax:focus, *:focus .MathJax": {
|
||||||
(MathJax.Hub.Browser.isSafari || MathJax.Hub.Browser.isChrome) ? {
|
display:"inline-table" // see issue #1282
|
||||||
display:"inline-block",
|
},
|
||||||
outline:"none",
|
|
||||||
margin:"-3px",
|
|
||||||
padding:"3px",
|
|
||||||
"-webkit-box-shadow": "0px 0px 5px #345, inset 0px 0px 5px #345",
|
|
||||||
"box-shadow": "0px 0px 5px #345, inset 0px 0px 5px #345"
|
|
||||||
} : {
|
|
||||||
display:"inline-block",
|
|
||||||
outline:"none",
|
|
||||||
border:"1px dotted",
|
|
||||||
margin:"-1px"
|
|
||||||
}),
|
|
||||||
|
|
||||||
".MathJax_Display": {
|
".MathJax_Display": {
|
||||||
position: "relative",
|
position: "relative",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user