File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 56
56
border-radius : 2px ;
57
57
margin-left : -16.5px ;
58
58
margin-top : 7px ; }
59
+ .abc-checkbox input [type = "checkbox" ]: disabled ,
60
+ .abc-checkbox input [type = "radio" ]: disabled {
61
+ cursor : not-allowed; }
59
62
.abc-checkbox input [type = "checkbox" ]: disabled + label ,
60
63
.abc-checkbox input [type = "radio" ]: disabled + label {
61
64
opacity : 0.65 ; }
Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ $check-icon: $fa-var-check !default;
101
101
margin-top : 7px ;
102
102
}
103
103
104
+ & :disabled {
105
+ cursor : not-allowed ;
106
+ }
107
+
104
108
& :disabled + label {
105
109
opacity : 0.65 ;
106
110
@@ -213,6 +217,10 @@ $check-icon: $fa-var-check !default;
213
217
transform : scale (1 , 1 );
214
218
}
215
219
220
+ & :disabled {
221
+ cursor : not-allowed ;
222
+ }
223
+
216
224
& :disabled + label {
217
225
opacity : 0.65 ;
218
226
Original file line number Diff line number Diff line change 56
56
border-radius : 2px ;
57
57
margin-left : -16.5px ;
58
58
margin-top : 7px ; }
59
+ .abc-checkbox input [type = "checkbox" ]: disabled ,
60
+ .abc-checkbox input [type = "radio" ]: disabled {
61
+ cursor : not-allowed; }
59
62
.abc-checkbox input [type = "checkbox" ]: disabled + label ,
60
63
.abc-checkbox input [type = "radio" ]: disabled + label {
61
64
opacity : 0.65 ; }
You can’t perform that action at this time.
0 commit comments