mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
9426dfd54b
Objectives: * Make drop down tools look more like buttons and less like inputs, since they aren't text input and are buttons * Make context toolbars inside surface widgets render correctly * Show outlines of groups on hover to hint tool relationships * Make neighboring active tools look cleaner Changes: ve.ui.Tool.css * Merge ButtonTool and DropdownTool styles as much as possible * Add styles for DropdownTool active states * Only round the corners of the first and last tool in a group * Soften the borders between consecutive active tools ve.ui.Toolbar.css * Add border to groups on hover ve.ui.Widget.css * Isolate surface widget toolbar styles by using stricter selector ve.ui.Tool.js * Fix incorrect capitalization of class name ve.ui.SurfaceWidget.js * Add classes to toolbar and surface for better style targeting Change-Id: Ib5ae8f705ef1e9c481e5bdf8c8dcef9c1eb22c4d |
||
---|---|---|
.docs | ||
demos | ||
maintenance | ||
modules | ||
.csslintrc | ||
.gitignore | ||
.gitreview | ||
.jshintignore | ||
.jshintrc | ||
ApiVisualEditor.php | ||
ApiVisualEditorEdit.php | ||
AUTHORS.txt | ||
CODING.md | ||
Gruntfile.js | ||
LICENSE.txt | ||
package.json | ||
README.txt | ||
VisualEditor.hooks.php | ||
VisualEditor.i18n.php | ||
VisualEditor.php | ||
VisualEditorMessagesModule.php |
VisualEditor provides a visual editor for wiki pages. It is written in JavaScript and runs in a web browser. It uses the Parsoid parser to convert wikitext documents to annotated HTML which the VisualEditor is able to load, modify and emit back to Parsoid at which point it is converted back into wikitext. For more information about these projects, check out the wiki: * http://www.mediawiki.org/wiki/VisualEditor * http://www.mediawiki.org/wiki/Parsoid