summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/styles/tools/PopupTool.less
blob: df90302bdf5085d09adf8149cbf0e81a95b82fc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@import '../common';

.oo-ui-popupTool {
	.oo-ui-popupWidget {
		&-popup,
		&-anchor {
			z-index: 4;
		}
	}

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