mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 18:58:37 +00:00
d42a0772bb
Avoids having to update the date in every file every year, which we stopped doing. Change-Id: I7bf7aa0937eef911e00772470091753a7b06fd3d
35 lines
878 B
CSS
35 lines
878 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization edit switching styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/* stylelint-disable-next-line selector-class-pattern */
|
|
.wikiEditor-ui-toolbar .ve-init-mw-editSwitch {
|
|
/* stylelint-disable-next-line declaration-property-unit-disallowed-list */
|
|
font-size: 12.8px;
|
|
}
|
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupToolGroup {
|
|
height: 24px;
|
|
margin: 3px;
|
|
}
|
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupToolGroup.oo-ui-iconElement .oo-ui-popupToolGroup-handle {
|
|
padding-top: 24px;
|
|
height: 0;
|
|
}
|
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
|
|
margin: 2px;
|
|
}
|
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator {
|
|
margin: 6px;
|
|
}
|
|
|
|
.ve-init-mw-editSwitch .oo-ui-popupToolGroup.oo-ui-indicatorElement.oo-ui-iconElement {
|
|
min-width: 48px;
|
|
}
|