summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/styles/toolgroups/ListToolGroup.less
blob: f3c745a3f87ac5265a419232afdaade346dc2aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import '../common';

.oo-ui-listToolGroup {
	.oo-ui-tool {
		display: block;

		.oo-ui-box-sizing(border-box);

		&-link {
			cursor: pointer;
		}

		&.oo-ui-widget-disabled {
			.oo-ui-tool-link {
				cursor: default;
			}
		}
	}

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