mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 07:34:22 +00:00
Merge "Remove display:inline-block highlight hacks for math nodes"
This commit is contained in:
commit
9f78cf77a3
3
Math.php
3
Math.php
|
@ -483,9 +483,6 @@ $wgResourceModules['ext.math.visualEditor'] = array(
|
|||
'VisualEditor/ve.ui.MWMathInspector.js',
|
||||
'VisualEditor/ve.ui.MWMathInspectorTool.js',
|
||||
),
|
||||
'styles' => array(
|
||||
'VisualEditor/ve.ce.MWMathNode.css',
|
||||
),
|
||||
'dependencies' => array(
|
||||
'ext.visualEditor.mwcore',
|
||||
),
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
.ve-ce-mwMathNode {
|
||||
display: inline-block;
|
||||
}
|
Loading…
Reference in a new issue