mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 00:00:49 +00:00
9226a67ea1
Instead of inserting the editSwitch menu manually to the WikiEditor toolbar, use the 'secondary' section which is already aligned to the right. Bug: T308423 Depends-On: Iff6d80628ebb5ec5685136fa02c2345eb5b49d42 Change-Id: Ic307f9dc7ad976862c8d8c6551ed29e6071f655f
13 lines
260 B
CSS
13 lines
260 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization edit switching styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-init-mw-editSwitch .oo-ui-toolbar-bar {
|
|
background: transparent;
|
|
box-shadow: none;
|
|
border: 0;
|
|
}
|