view/resources/jquery/wikibase/themes/default/jquery.wikibase.descriptionview.less
@import 'mediawiki.mixins.less';
/**
* @license GNU GPL v2+
* @author H. Snater < mediawiki@snater.com >
*/
.wikibase-descriptionview.wb-empty {
background-color: inherit;
}
.wikibase-descriptionview .wikibase-descriptionview-input {
font-family: inherit;
font-size: inherit;
}
.wikibase-descriptionview .wikibase-descriptionview-input:focus {
background-color: #eaf3ff;
}
.wikibase-entitytermsforlanguageview-mul .wikibase-descriptionview abbr {
text-decoration: none;
cursor: default;
&[ title ]::after {
content: ' ' attr( title );
.mixin-screen-reader-text();
}
}