File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 169
169
position : relative;
170
170
padding-left : 5px ; }
171
171
.abc-radio label ::before {
172
- content : "" ;
173
172
cursor : pointer;
173
+ content : "" ;
174
174
display : inline-block;
175
175
position : absolute;
176
176
width : 17px ;
205
205
outline-offset : -2px ; }
206
206
.abc-radio input [type = "radio" ]: checked + label ::after {
207
207
transform : scale (1 , 1 ); }
208
+ .abc-radio input [type = "radio" ]: disabled {
209
+ cursor : not-allowed; }
208
210
.abc-radio input [type = "radio" ]: disabled + label {
209
211
opacity : 0.65 ; }
210
212
.abc-radio input [type = "radio" ]: disabled + label ::before {
Original file line number Diff line number Diff line change @@ -82,7 +82,9 @@ $check-icon: $fa-var-check !default;
82
82
z-index : 1 ;
83
83
84
84
& :focus + label ::before {
85
- @include tab-focus ();
85
+ outline : thin dotted ;
86
+ outline : 5px auto -webkit-focus-ring-color ;
87
+ outline-offset : -2px ;
86
88
}
87
89
88
90
& :checked + label ::after {
@@ -210,7 +212,9 @@ $check-icon: $fa-var-check !default;
210
212
z-index : 1 ;
211
213
212
214
& :focus + label ::before {
213
- @include tab-focus ();
215
+ outline : thin dotted ;
216
+ outline : 5px auto -webkit-focus-ring-color ;
217
+ outline-offset : -2px ;
214
218
}
215
219
216
220
& :checked + label ::after {
Original file line number Diff line number Diff line change 16
16
],
17
17
"dependencies" : {},
18
18
"devDependencies" : {
19
- "bootstrap" : " 4.0.0-alpha.2 " ,
19
+ "bootstrap" : " 4.0.0-alpha.6 " ,
20
20
"font-awesome-sass" : " 4.5.0"
21
21
}
22
22
}
Original file line number Diff line number Diff line change 13
13
position : absolute;
14
14
width : 17px ;
15
15
height : 17px ;
16
- left : 0 ;
17
16
top : 2px ;
17
+ left : 0 ;
18
18
margin-left : -20px ;
19
19
border : 1px solid # ccc ;
20
20
border-radius : 3px ;
175
175
position : absolute;
176
176
width : 17px ;
177
177
height : 17px ;
178
- left : 0 ;
179
178
top : 2px ;
179
+ left : 0 ;
180
180
margin-left : -20px ;
181
181
border : 1px solid # ccc ;
182
182
border-radius : 50% ;
205
205
outline-offset : -2px ; }
206
206
.abc-radio input [type = "radio" ]: checked + label ::after {
207
207
transform : scale (1 , 1 ); }
208
+ .abc-radio input [type = "radio" ]: disabled {
209
+ cursor : not-allowed; }
208
210
.abc-radio input [type = "radio" ]: disabled + label {
209
211
opacity : 0.65 ; }
210
212
.abc-radio input [type = "radio" ]: disabled + label ::before {
You can’t perform that action at this time.
0 commit comments