Merge pull request #255 from Safelite/CSR-341-fix-focus-state
Update focus state.
This commit is contained in:
commit
30d8043dbd
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