Merge branch 'feature/kroell/modal-defects' of https://github.com/Safelite/DigitalConsumer.ISS into feature/kroell/modal-defects

This commit is contained in:
Katie Kroell 2026-03-09 15:04:33 -04:00
commit 568d7ae291
2 changed files with 2 additions and 2 deletions

View file

@ -287,7 +287,7 @@ export default {
}
&:active,
&:focus {
box-shadow: 0 0 0 3px #ffffff, 0 0 0 5.5px $heritage-blue-secondary;
box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $heritage-blue-secondary;
}
}
}

View file

@ -77,7 +77,7 @@ export default {
color: $heritage-blue-secondary;
}
&:focus, &:active {
box-shadow: 0 0 0 3px #ffffff, 0 0 0 5.5px $heritage-blue-secondary;
box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $heritage-blue-secondary;
}
font-weight: 600;
color: $heritage-blue-secondary;