File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,6 @@ option[disabled],
264
264
button [disabled]
265
265
cursor : not-allowed
266
266
267
-
268
267
input :focus ,
269
268
textarea :focus ,
270
269
select :focus ,
@@ -273,10 +272,17 @@ button:focus
273
272
background-color : $fh-focus-bg-color
274
273
border-color : $fh-focus-border-color
275
274
275
+ input [type="checkbox"]:focus ,
276
+ input [type="radio"]:focus
277
+ outline : $fh-focus-border-color solid 2px
276
278
277
279
button :hover ,
278
280
input [type="button"]:hover ,
279
281
input [type="submit"]:hover ,
280
- input [type="reset"]:hover
282
+ input [type="reset"]:hover ,
283
+ button :focus ,
284
+ input [type="button"]:focus ,
285
+ input [type="submit"]:focus ,
286
+ input [type="reset"]:focus
281
287
background-color : $fh-button-hover-bg-color
282
288
color : $fh-button-hover-font-color
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ fieldset {
76
76
@include center-layout ;
77
77
}
78
78
79
+
79
80
datalist {
80
81
font-family : $fh-font-family ;
81
82
font-size : $fh-font-size ;
@@ -283,10 +284,19 @@ button:focus {
283
284
border-color : $fh-focus-border-color ;
284
285
}
285
286
287
+ input [type = " checkbox" ]:focus ,
288
+ input [type = " radio" ]:focus {
289
+ outline : $fh-focus-border-color solid 2px ;
290
+ }
291
+
286
292
button :hover ,
287
293
input [type = " button" ]:hover ,
288
294
input [type = " submit" ]:hover ,
289
- input [type = " reset" ]:hover {
295
+ input [type = " reset" ]:hover ,
296
+ button :focus ,
297
+ input [type = " button" ]:focus ,
298
+ input [type = " submit" ]:focus ,
299
+ input [type = " reset" ]:focus {
290
300
background-color : $fh-button-hover-bg-color ;
291
301
color : $fh-button-hover-font-color ;
292
- }
302
+ }
You can’t perform that action at this time.
0 commit comments