/**
 * @license GNU GPL v2+
 * @author H. Snater < mediawiki@snater.com >
 */
@import 'mediawiki.skin.variables.less';

.wikibase-labelview.wb-empty {
	background-color: inherit;
}

.wikibase-labelview .wikibase-labelview-input {
	font-family: inherit;
	font-size: inherit;
}

.wikibase-labelview .wikibase-labelview-input:focus {
	background-color: @background-color-progressive-subtle;
}
