summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/styles/elements/LookupElement.less
blob: 0ab29f72e4a8b2a979301cc4d585ab4979d5f5d2 (plain)
1
2
3
4
5
6
7
8
9
10
@import '../common';

.oo-ui-lookupElement {
	> .oo-ui-menuSelectWidget {
		z-index: 1;
		width: 100%;
	}

	.theme-oo-ui-lookupElement();
}