/*!
 * VisualEditor ContentEditable LanguageAnnotation styles.
 *
 * @copyright 2011-2018 VisualEditor Team and others; see http://ve.mit-license.org
 */

.ve-ce-linkAnnotation-active {
	box-shadow: 0 0 0 1px #c6e0ff;
	border-radius: 2px;
	padding: 2px;
	margin: -2px;
	background-color: #e6f1ff;
}

.ve-ce-nail:not( .ve-ce-nail-debug ) {
	width: 0;
	height: 0;
}
