Accessibility: outline links to ease keyboard navigation
This commit is contained in:
parent
111e7509c1
commit
efd35a3de7
5 changed files with 24 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
@import "constants";
|
||||
@import "colors";
|
||||
@import "placeholders";
|
||||
|
||||
.form {
|
||||
h1 {
|
||||
|
@ -177,6 +178,8 @@
|
|||
|
||||
input[type=checkbox],
|
||||
input[type=radio] {
|
||||
@extend %outline;
|
||||
|
||||
margin-left: 5px;
|
||||
margin-right: 4px;
|
||||
margin-bottom: 2 * $default-padding;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue