2017-05-31 16:46:37 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor ContentEditable MWLanguageVariantNode styles.
|
|
|
|
*
|
2018-01-03 00:54:47 +00:00
|
|
|
* @copyright 2011-2018 VisualEditor Team and others; see http://ve.mit-license.org
|
2017-05-31 16:46:37 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* This is just for the icon label text */
|
2018-02-21 21:28:20 +00:00
|
|
|
.ve-ce-mwLanguageVariantNode > .ve-ce-focusableNode-invisibleIcon.oo-ui-iconWidget.oo-ui-iconElement {
|
2017-05-31 16:46:37 +00:00
|
|
|
font-size: 0.8125em;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ce-mwLanguageVariantNode.ve-ce-focusableNode-invisible {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2018-02-21 21:28:20 +00:00
|
|
|
.ve-ce-mwLanguageVariantNode > .ve-ce-focusableNode-invisibleIcon.oo-ui-iconWidget.oo-ui-iconElement .oo-ui-labelElement-label {
|
2017-05-31 16:46:37 +00:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* This keeps the icon small (regardless of label height) */
|
2018-02-21 21:28:20 +00:00
|
|
|
.ve-ce-mwLanguageVariantNode > .ve-ce-focusableNode-invisibleIcon.oo-ui-iconWidget.oo-ui-iconElement .oo-ui-iconElement-icon {
|
2017-05-31 16:46:37 +00:00
|
|
|
height: auto;
|
|
|
|
}
|