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 169169 position : relative;
170170 padding-left : 5px ; }
171171.abc-radio label ::before {
172- content : "" ;
173172 cursor : pointer;
173+ content : "" ;
174174 display : inline-block;
175175 position : absolute;
176176 width : 17px ;
205205 outline-offset : -2px ; }
206206.abc-radio input [type = "radio" ]: checked + label ::after {
207207 transform : scale (1 , 1 ); }
208+ .abc-radio input [type = "radio" ]: disabled {
209+ cursor : not-allowed; }
208210.abc-radio input [type = "radio" ]: disabled + label {
209211 opacity : 0.65 ; }
210212.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;
8282 z-index : 1 ;
8383
8484 & :focus + label ::before {
85- @include tab-focus ();
85+ outline : thin dotted ;
86+ outline : 5px auto -webkit-focus-ring-color ;
87+ outline-offset : -2px ;
8688 }
8789
8890 & :checked + label ::after {
@@ -210,7 +212,9 @@ $check-icon: $fa-var-check !default;
210212 z-index : 1 ;
211213
212214 & :focus + label ::before {
213- @include tab-focus ();
215+ outline : thin dotted ;
216+ outline : 5px auto -webkit-focus-ring-color ;
217+ outline-offset : -2px ;
214218 }
215219
216220 & :checked + label ::after {
Original file line number Diff line number Diff line change 1616 ],
1717 "dependencies" : {},
1818 "devDependencies" : {
19- "bootstrap" : " 4.0.0-alpha.2 " ,
19+ "bootstrap" : " 4.0.0-alpha.6 " ,
2020 "font-awesome-sass" : " 4.5.0"
2121 }
2222}
Original file line number Diff line number Diff line change 1313 position : absolute;
1414 width : 17px ;
1515 height : 17px ;
16- left : 0 ;
1716 top : 2px ;
17+ left : 0 ;
1818 margin-left : -20px ;
1919 border : 1px solid # ccc ;
2020 border-radius : 3px ;
175175 position : absolute;
176176 width : 17px ;
177177 height : 17px ;
178- left : 0 ;
179178 top : 2px ;
179+ left : 0 ;
180180 margin-left : -20px ;
181181 border : 1px solid # ccc ;
182182 border-radius : 50% ;
205205 outline-offset : -2px ; }
206206 .abc-radio input [type = "radio" ]: checked + label ::after {
207207 transform : scale (1 , 1 ); }
208+ .abc-radio input [type = "radio" ]: disabled {
209+ cursor : not-allowed; }
208210 .abc-radio input [type = "radio" ]: disabled + label {
209211 opacity : 0.65 ; }
210212 .abc-radio input [type = "radio" ]: disabled + label ::before {
You can’t perform that action at this time.
0 commit comments