mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 22:13:34 +00:00
Remove unused CSS classes
Unused since I5839ba62fe4. Change-Id: I927e64f14f672b9fca6c7e8c6806a38cea07382a
This commit is contained in:
parent
69c4659e00
commit
7a3120d9d5
|
@ -1563,7 +1563,6 @@
|
|||
"modules/ve-mw/ce/styles/nodes/ve.ce.MWTableNode.css",
|
||||
"modules/ve-mw/ui/styles/dialogs/ve.ui.MWPreDialog.css",
|
||||
"modules/ve-mw/ui/styles/inspectors/ve.ui.MWExtensionInspector.css",
|
||||
"modules/ve-mw/ui/styles/inspectors/ve.ui.MWLiveExtensionInspector.css",
|
||||
"modules/ve-mw/ui/styles/elements/ve.ui.MWExpandableContentElement.css",
|
||||
"modules/ve-mw/ui/styles/elements/ve.ui.MWExpandableErrorElement.css",
|
||||
"modules/ve-mw/ui/styles/elements/ve.ui.MWFloatingHelpElement.css",
|
||||
|
|
|
@ -1,27 +0,0 @@
|
|||
/*!
|
||||
* VisualEditor MediaWiki UserInterface alien extension inspector styles.
|
||||
*
|
||||
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
||||
* @license The MIT License (MIT); see LICENSE.txt
|
||||
*/
|
||||
|
||||
.ve-ui-mwLiveExtensionInspector-error-container-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ve-ui-mwLiveExtensionInspector-error {
|
||||
display: block;
|
||||
margin-right: 2.5em;
|
||||
color: #d33;
|
||||
}
|
||||
|
||||
.ve-ui-mwLiveExtensionInspector-error-collapsed {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.ve-ui-mwLiveExtensionInspector-error-button {
|
||||
float: right;
|
||||
margin-top: -0.3em;
|
||||
}
|
Loading…
Reference in a new issue