Remove some no longer required CSS from switch popup

Change-Id: Ic965c147b195b4546f8f1e7d36395c96597a159e
This commit is contained in:
Ed Sanders 2018-05-07 21:35:24 +01:00
parent 4c005fabaf
commit 86fdda21c6
3 changed files with 2 additions and 18 deletions

View file

@ -1230,9 +1230,6 @@
"modules/ve-mw/init/styles/ve.init.MWVESwitchPopupWidget.css"
],
"skinStyles": {
"vector": [
"modules/ve-mw/init/styles/ve.init.MWVESwitchConfirmDialog-vector.css"
],
"monobook": [
"modules/ve-mw/init/styles/ve.init.MWVESwitchConfirmDialog-monobook.css"
]

View file

@ -6,9 +6,6 @@
*/
.wikiEditor-ui-toolbar .ve-init-mw-editSwitch {
font-size: 1.0079em;
}
.ve-init-mw-editSwitch .oo-ui-buttonElement-button {
padding: 0.35em;
/* 12.8/12.7 */
font-size: 1.00787em;
}

View file

@ -1,10 +0,0 @@
/*!
* VisualEditor MediaWiki Initialization edit switching styles.
*
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-init-mw-editSwitch .oo-ui-buttonElement-button {
padding: 0.3em;
}