Update focus state.
This commit is contained in:
parent
13e5e53965
commit
c40107b3bf
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ export default {
|
|||
}
|
||||
}
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 4px $blue-300;
|
||||
box-shadow: 0 0 0 2.5px $blue;
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ export default {
|
|||
}
|
||||
}
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 4px $blue-300;
|
||||
box-shadow: 0 0 0 2.5px $blue;
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue