mediawiki-extensions-Discus.../modules/dt-ve/CommentTargetWidget.less
Ed Sanders ece8ff69ff Change dt- class prefix to ext-discussiontools-
Longer, but follows the style guide and less likely to conflict.

We need to account for init classes in the cache being around for
a while.

Change-Id: I738bc93393850db320fdbda2b003ca8ac40556da
2021-03-13 14:42:39 +00:00

42 lines
780 B
Plaintext

.ext-discussiontools-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;
}
}
}
}