Math/modules/ve-math/ve.ce.MWLatexNode.css

11 lines
446 B
CSS

/**
* Hide math tag completely to avoid extra bounding boxes for Chrome, Safari, Android...
* Browser-specific hacks are bad but let's use that for now...
* See http://browserhacks.com
*/
@media screen and ( -webkit-min-device-pixel-ratio: 0 ) { /* stylelint-disable-line media-feature-name-no-vendor-prefix */
.ve-ce-mwLatexNode .mwe-math-mathml-a11y {
display: none !important; /* stylelint-disable-line declaration-no-important */
}
}