Fix focus problems due to overly aggressive CSS, and done add space around HTML-CSS output (which was causing problems).
This commit is contained in:
parent
32c2d9b9fc
commit
e7c11c969a
|
@ -68,8 +68,8 @@
|
||||||
"margin": "1em 0",
|
"margin": "1em 0",
|
||||||
padding: 0
|
padding: 0
|
||||||
},
|
},
|
||||||
".mjx-chtml[tabindex]:focus, *:focus .mjx-chtml[tabindex]": {
|
".mjx-chtml[tabindex]:focus, body :focus .mjx-chtml[tabindex]": {
|
||||||
display: "inline-table" // see issue #1282
|
display: "inline-table" // see issues #1282 and #1338
|
||||||
},
|
},
|
||||||
|
|
||||||
".mjx-math": {
|
".mjx-math": {
|
||||||
|
|
|
@ -266,9 +266,8 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
// Focus elements for keyboard tabbing.
|
// Focus elements for keyboard tabbing.
|
||||||
".MathJax:focus, *:focus .MathJax": {
|
".MathJax:focus, body :focus .MathJax": {
|
||||||
display:"inline-table", // see issue #1282
|
display:"inline-table" // see issues #1282 and #1338
|
||||||
"border-spacing":"3px", margin:"-3px"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
".MathJax_Display": {
|
".MathJax_Display": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user