styles.less
1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
@import '~@qx/ui/dist/src/style/variable.less';
.qx-sort-condition-container {
font-size: 14px;
&__operate {
width: 56px;
display: inline-flex;
align-items: center;
justify-content: space-between;
.operate-button {
color: @N7;
&:disabled {
color: @N5;
&:hover {
color: @N5;
}
}
&:hover {
color: @B8;
}
}
}
.ant-select-selector .ant-select-selection-item,
.ant-select-dropdown .ant-select-item-option-content {
font-size: 14px;
color: @N9;
.anticon {
margin-right: 4px;
font-size: 16px;
width: 16px;
height: 16px;
color: @N8;
}
}
.ant-select-disabled {
.ant-select-selector .ant-select-selection-item,
.ant-select-dropdown .ant-select-item-option-content {
color: @N5;
.anticon {
color: @N5;
}
}
}
.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
font-weight: 400;
color: @N9;
}
}