/*!
 * VisualEditor UserInterface ContextItem styles.
 *
 * @copyright 2011-2020 VisualEditor Team and others; see http://ve.mit-license.org
 */

.ve-ui-contextItem {
	/* Use cursor::default as this label text, and not intended to
	be selected, but don't prevent it (with user-select:none) if
	the user really wants to. */
	cursor: default;
}

.ve-ui-contextItem + .ve-ui-contextItem {
	border-top: 1px solid #eaecf0;
}
