mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
1ec50247f2
We're not implementing a search widget with results anymore. It's a leftover from the cleanup after feature flags got removed. Bug: T310859 Change-Id: I9c177ae92a7d3e13a4fff248a6c86f1aab89f82c
35 lines
581 B
Plaintext
35 lines
581 B
Plaintext
.ve-ui-mwAddParameterPage {
|
|
.ve-ui-mwTransclusionDialog-addParameterFieldset {
|
|
.oo-ui-fieldLayout-messages .oo-ui-messageWidget {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
&-collapsed {
|
|
.oo-ui-inline-help,
|
|
.ve-ui-mwTransclusionDialog-addParameterFieldset-input {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
&-input {
|
|
margin-top: 8px;
|
|
|
|
.oo-ui-fieldLayout-field {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
&-header {
|
|
.oo-ui-buttonElement-button {
|
|
white-space: normal;
|
|
word-break: break-word;
|
|
}
|
|
|
|
&.oo-ui-iconElement .oo-ui-iconElement-icon {
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|