add focus ring on all buttons
This commit is contained in:
parent
1c74227227
commit
f0665ae585
|
@ -51,9 +51,11 @@ a:hover {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
a:active,
|
||||
a:focus,
|
||||
button:active,
|
||||
button:focus {
|
||||
outline: none;
|
||||
border-radius: .3rem;
|
||||
box-shadow: $focus-ring;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue