Update focus state.

This commit is contained in:
bmauger 2022-02-25 16:56:25 -05:00
parent 13e5e53965
commit c40107b3bf
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ export default {
}
}
&:focus {
box-shadow: 0 0 0 4px $blue-300;
box-shadow: 0 0 0 2.5px $blue;
}
}
&:hover {

View file

@ -98,7 +98,7 @@ export default {
}
}
&:focus {
box-shadow: 0 0 0 4px $blue-300;
box-shadow: 0 0 0 2.5px $blue;
}
}
&:hover {