mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-12 01:16:19 +00:00
d43d66a5a4
Bug: T252084 Depends-On: Ie57dbe76725cc7d4c9a1c959623349ad707d0b88 Change-Id: I5e8b7582199d6b5674bdf8e9328c881a8c7c7673
42 lines
763 B
Plaintext
42 lines
763 B
Plaintext
.dt-ui-targetWidget {
|
|
.oo-ui-toolGroup {
|
|
border: 0;
|
|
}
|
|
|
|
.ve-init-mw-target-surface {
|
|
.ve-ce-documentNode,
|
|
.ve-ui-surface-placeholder {
|
|
min-height: 10em;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
&.ve-ui-surface-source {
|
|
.ve-ce-documentNode,
|
|
.ve-ui-surface-placeholder {
|
|
padding: 6px 8px;
|
|
}
|
|
}
|
|
|
|
&.ve-ui-surface-visual {
|
|
.ve-ce-documentNode,
|
|
.ve-ui-surface-placeholder {
|
|
/* Use an non-zero padding to disable margin collapse */
|
|
padding: 0.05px 8px;
|
|
}
|
|
}
|
|
|
|
// TODO: target this to username completion dropdowns, not all
|
|
.ve-ui-completionWidget > .oo-ui-menuSelectWidget {
|
|
min-width: 15em;
|
|
}
|
|
|
|
.ve-ui-completionWidget-header > .oo-ui-labelElement-label {
|
|
color: #404244;
|
|
|
|
> span {
|
|
color: #72777d;
|
|
}
|
|
}
|
|
}
|
|
}
|