Merge pull request #2272 from Safelite/feature/CASH-177

CASH-177: CSS fix for button/link outline
This commit is contained in:
AdamCaouetteSafelite 2025-02-03 13:56:44 -05:00 committed by GitHub
commit b739ce1030
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,6 +123,7 @@ export default {
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 3rem;
border-radius: 0.5rem; border-radius: 0.5rem;
&.progress-saved { &.progress-saved {
@ -156,6 +157,10 @@ export default {
background: none; background: none;
box-shadow: none; box-shadow: none;
} }
&:focus-visible span {
outline: 2px solid #005FCC;
border-radius: .25rem;
}
&.delay { &.delay {
// fixes flicker while transitioning between states // fixes flicker while transitioning between states
transition: background 0s 0s ease-in-out; transition: background 0s 0s ease-in-out;
@ -205,7 +210,7 @@ export default {
} }
} }
} }
.alert { .alert {
border-radius: $border-radius-lg; border-radius: $border-radius-lg;
border: 1px solid $green; border: 1px solid $green;