mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 17:18:41 +00:00
03c8ad7744
* Toolbar was too tall ** The actions toolbar is nested in the main toolbar, so the rule increasing the font size by 25% for toolbars applied to it twice * Font size in link suggestions was too big ** Remove 25% font size increase from overlays ** Add it back on the context (otherwise it's too small) ** But only on the main surface's context (otherwise contexts in dialogs are too big) * Make highlights and context appear below, not above, toolbar menus ** z-index: 4 was too high for the overlay, because MenuToolGroup also has 4 ** But the default of z-index: 1 is too low because it puts dialogs behind the surface ** z-index: 2 seems to work Bug: 69949 Change-Id: I19da270abcdbe526ff213f0eb7d0859b48276930 |
||
---|---|---|
.. | ||
styles | ||
targets | ||
ve.init.mw.js | ||
ve.init.mw.LinkCache.js | ||
ve.init.mw.Platform.js | ||
ve.init.mw.Target.js | ||
ve.init.mw.TargetEvents.js |