File tree Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Expand file tree Collapse file tree 4 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 63
63
margin-left : -16.5px ;
64
64
margin-top : 7px ;
65
65
}
66
+ .checkbox input [type = "checkbox" ]: disabled ,
67
+ .checkbox input [type = "radio" ]: disabled {
68
+ cursor : not-allowed;
69
+ }
66
70
.checkbox input [type = "checkbox" ]: disabled + label ,
67
71
.checkbox input [type = "radio" ]: disabled + label {
68
72
opacity : 0.65 ;
244
248
-o-transform : scale (1 , 1 );
245
249
transform : scale (1 , 1 );
246
250
}
251
+ .radio input [type = "radio" ]: disabled {
252
+ cursor : not-allowed;
253
+ }
247
254
.radio input [type = "radio" ]: disabled + label {
248
255
opacity : 0.65 ;
249
256
}
Original file line number Diff line number Diff line change 97
97
margin-top : 7px ;
98
98
}
99
99
100
+ & :disabled {
101
+ cursor : not-allowed ;
102
+ }
103
+
100
104
& :disabled + label {
101
105
opacity : 0.65 ;
102
106
205
209
.scale (1 , 1 );
206
210
}
207
211
212
+ & :disabled {
213
+ cursor : not-allowed ;
214
+ }
215
+
208
216
& :disabled + label {
209
217
opacity : 0.65 ;
210
218
Original file line number Diff line number Diff line change @@ -99,6 +99,10 @@ $check-icon: $fa-var-check !default;
99
99
margin-top : 7px ;
100
100
}
101
101
102
+ & :disabled {
103
+ cursor : not-allowed ;
104
+ }
105
+
102
106
& :disabled + label {
103
107
opacity : 0.65 ;
104
108
@@ -208,6 +212,10 @@ $check-icon: $fa-var-check !default;
208
212
@include scale (1 , 1 );
209
213
}
210
214
215
+ & :disabled {
216
+ cursor : not-allowed ;
217
+ }
218
+
211
219
& :disabled + label {
212
220
opacity : 0.65 ;
213
221
Original file line number Diff line number Diff line change 57
57
margin-left : -16.5px ;
58
58
margin-top : 7px ;
59
59
}
60
+ .checkbox input [type = "checkbox" ]: disabled ,
61
+ .checkbox input [type = "radio" ]: disabled {
62
+ cursor : not-allowed;
63
+ }
60
64
.checkbox input [type = "checkbox" ]: disabled + label ,
61
65
.checkbox input [type = "radio" ]: disabled + label {
62
66
opacity : 0.65 ; }
218
222
-ms-transform : scale (1 , 1 );
219
223
-o-transform : scale (1 , 1 );
220
224
transform : scale (1 , 1 ); }
225
+ .radio input [type = "radio" ]: disabled {
226
+ cursor : not-allowed;
227
+ }
221
228
.radio input [type = "radio" ]: disabled + label {
222
229
opacity : 0.65 ; }
223
230
.radio input [type = "radio" ]: disabled + label ::before {
You can’t perform that action at this time.
0 commit comments