File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- @checkboxWarpPrefixCls : rc- checkbox;
2
- @checkboxInnerPrefixCls : ~ " @{checkboxWarpPrefixCls } -inner" ;
1
+ @checkboxPrefixCls : rc- checkbox;
2
+ @checkboxInnerPrefixCls : ~ " @{checkboxPrefixCls } -inner" ;
3
3
4
4
/* Default state */
5
- .@{checkboxWarpPrefixCls } {
5
+ .@{checkboxPrefixCls } {
6
6
white-space : nowrap ;
7
7
cursor : pointer ;
8
8
outline : none ;
62
62
}
63
63
64
64
/* Checked state */
65
- .@{checkboxWarpPrefixCls } -checked {
65
+ .@{checkboxPrefixCls } -checked {
66
66
67
67
& :hover {
68
68
.@{checkboxInnerPrefixCls} {
97
97
}
98
98
}
99
99
100
- .@{checkboxWarpPrefixCls } -disabled {
100
+ .@{checkboxPrefixCls } -disabled {
101
101
102
- & .@{checkboxWarpPrefixCls } -checked {
102
+ & .@{checkboxPrefixCls } -checked {
103
103
104
104
& :hover {
105
105
.@{checkboxInnerPrefixCls} {
137
137
}
138
138
}
139
139
140
- .@{checkboxWarpPrefixCls } -input {
140
+ .@{checkboxPrefixCls } -input {
141
141
cursor : default ;
142
142
}
143
143
}
You can’t perform that action at this time.
0 commit comments