File tree Expand file tree Collapse file tree 14 files changed +43
-32
lines changed Expand file tree Collapse file tree 14 files changed +43
-32
lines changed Original file line number Diff line number Diff line change 30
30
top : 100% ;
31
31
width : 8px ;
32
32
height : 8px ;
33
- color : currentColor ;
33
+ color : currentcolor ;
34
34
border : 4px solid ;
35
35
transform : scaleY (0.75 );
36
36
transform-origin : top ;
66
66
border-bottom-right-radius : 0 ;
67
67
.@{ribbon-prefix-cls} -corner {
68
68
right : 0 ;
69
- border-color : currentColor transparent transparent currentColor ;
69
+ border-color : currentcolor transparent transparent currentcolor ;
70
70
}
71
71
}
72
72
75
75
border-bottom-left-radius : 0 ;
76
76
.@{ribbon-prefix-cls} -corner {
77
77
left : 0 ;
78
- border-color : currentColor currentColor transparent transparent ;
78
+ border-color : currentcolor currentcolor transparent transparent ;
79
79
}
80
80
}
81
81
}
Original file line number Diff line number Diff line change 42
42
.@{ribbon-prefix-cls} -corner {
43
43
right : unset ;
44
44
left : 0 ;
45
- border-color : currentColor currentColor transparent transparent ;
45
+ border-color : currentcolor currentcolor transparent transparent ;
46
46
47
47
& ::after {
48
- border-color : currentColor currentColor transparent transparent ;
48
+ border-color : currentcolor currentcolor transparent transparent ;
49
49
}
50
50
}
51
51
}
57
57
.@{ribbon-prefix-cls} -corner {
58
58
right : 0 ;
59
59
left : unset ;
60
- border-color : currentColor transparent transparent currentColor ;
60
+ border-color : currentcolor transparent transparent currentcolor ;
61
61
62
62
& ::after {
63
- border-color : currentColor transparent transparent currentColor ;
63
+ border-color : currentcolor transparent transparent currentcolor ;
64
64
}
65
65
}
66
66
}
Original file line number Diff line number Diff line change 153
153
& .@{iconfont-css-prefix} -plus ,
154
154
& .@{iconfont-css-prefix} -minus {
155
155
> svg {
156
- shape-rendering : optimizeSpeed ;
156
+ shape-rendering : optimizespeed ;
157
157
}
158
158
}
159
159
}
256
256
letter-spacing : 0.34em ;
257
257
}
258
258
259
- &-block {
259
+ && -block {
260
260
width : 100% ;
261
261
}
262
262
Original file line number Diff line number Diff line change 19
19
}
20
20
// http://stackoverflow.com/a/17253457
21
21
> a :only-child {
22
- color : currentColor ;
22
+ color : currentcolor ;
23
23
24
24
& ::after {
25
25
position : absolute ;
Original file line number Diff line number Diff line change 122
122
123
123
.@{checkbox-prefix-cls} -input {
124
124
cursor : not-allowed ;
125
+ pointer-events : none ;
125
126
}
126
127
127
128
.@{checkbox-inner-prefix-cls} {
Original file line number Diff line number Diff line change 101
101
display : inline-block ;
102
102
width : @picker-arrow-size ;
103
103
height : @picker-arrow-size ;
104
- border : 0 solid currentColor ;
104
+ border : 0 solid currentcolor ;
105
105
border-width : 1.5px 0 0 1.5px ;
106
106
content : ' ' ;
107
107
}
116
116
display : inline-block ;
117
117
width : @picker-arrow-size ;
118
118
height : @picker-arrow-size ;
119
- border : 0 solid currentColor ;
119
+ border : 0 solid currentcolor ;
120
120
border-width : 1.5px 0 0 1.5px ;
121
121
content : ' ' ;
122
122
}
Original file line number Diff line number Diff line change 13
13
top : -0.06em ;
14
14
display : inline-block ;
15
15
height : 0.9em ;
16
- margin : 0 8 px ;
16
+ margin : 0 @divider-vertical-gutter ;
17
17
vertical-align : middle ;
18
18
border-top : 0 ;
19
19
border-left : @border-width-base solid @divider-color ;
Original file line number Diff line number Diff line change 134
134
margin : 0 ;
135
135
color : @heading-color ;
136
136
font-weight : 500 ;
137
- font-size : @font-size-lg ;
138
- line-height : 22 px ;
137
+ font-size : @drawer-title- font-size ;
138
+ line-height : @drawer-title-line-height ;
139
139
}
140
140
141
141
&-content {
Original file line number Diff line number Diff line change 199
199
font-weight : normal ;
200
200
font-size : @dropdown-font-size ;
201
201
line-height : @dropdown-line-height ;
202
- white-space : nowrap ;
203
202
cursor : pointer ;
204
203
transition : all @animation-duration-slow ;
205
204
217
216
218
217
&-selected {
219
218
color : @dropdown-selected-color ;
220
- background-color : @item-active -bg ;
219
+ background-color : @dropdown-selected -bg ;
221
220
}
222
221
223
222
& :hover {
Original file line number Diff line number Diff line change 9
9
}
10
10
.@{form-item-prefix-cls} -control {
11
11
flex : 1 1 0 ;
12
- }
13
- // https://github.com/ant-design/ant-design/issues/32980
14
- .@{form-item-prefix-cls} -control :not (.@{ant-prefix} -col ) {
15
12
// https://github.com/ant-design/ant-design/issues/32777
13
+ // https://github.com/ant-design/ant-design/issues/33773
16
14
min-width : 0 ;
17
15
}
16
+ // https://github.com/ant-design/ant-design/issues/32980
17
+ .@{form-item-prefix-cls} -label.@{ant-prefix} -col-24 + .@{form-item-prefix-cls} -control {
18
+ min-width : unset ;
19
+ }
18
20
}
You can’t perform that action at this time.
0 commit comments