File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 136
136
}
137
137
.abc-checkbox-primary input [type = "checkbox" ]: indeterminate + label ::after ,
138
138
.abc-checkbox-primary input [type = "radio" ]: indeterminate + label ::after {
139
- color : # fff ;
139
+ background- color: # fff ;
140
140
}
141
141
142
142
.abc-checkbox-danger input [type = "checkbox" ]: indeterminate + label ::before ,
146
146
}
147
147
.abc-checkbox-danger input [type = "checkbox" ]: indeterminate + label ::after ,
148
148
.abc-checkbox-danger input [type = "radio" ]: indeterminate + label ::after {
149
- color : # fff ;
149
+ background- color: # fff ;
150
150
}
151
151
152
152
.abc-checkbox-info input [type = "checkbox" ]: indeterminate + label ::before ,
156
156
}
157
157
.abc-checkbox-info input [type = "checkbox" ]: indeterminate + label ::after ,
158
158
.abc-checkbox-info input [type = "radio" ]: indeterminate + label ::after {
159
- color : # fff ;
159
+ background- color: # fff ;
160
160
}
161
161
162
162
.abc-checkbox-warning input [type = "checkbox" ]: indeterminate + label ::before ,
166
166
}
167
167
.abc-checkbox-warning input [type = "checkbox" ]: indeterminate + label ::after ,
168
168
.abc-checkbox-warning input [type = "radio" ]: indeterminate + label ::after {
169
- color : # fff ;
169
+ background- color: # fff ;
170
170
}
171
171
172
172
.abc-checkbox-success input [type = "checkbox" ]: indeterminate + label ::before ,
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ <h2>Checkboxes</h2>
68
68
< p > Checkboxes with indeterminate state</ p >
69
69
< div class ="checkbox abc-checkbox abc-checkbox-primary ">
70
70
< input id ="indeterminateCheckbox " class ="styled " type ="checkbox " onclick ="changeState(this) ">
71
- < label > </ label >
71
+ < label for =" indeterminateCheckbox " > </ label >
72
72
</ div >
73
73
< p > Inline checkboxes</ p >
74
74
< div class ="checkbox abc-checkbox checkbox-inline ">
You can’t perform that action at this time.
0 commit comments