Merge pull request #2272 from Safelite/feature/CASH-177
CASH-177: CSS fix for button/link outline
This commit is contained in:
commit
b739ce1030
1 changed files with 6 additions and 1 deletions
|
|
@ -123,6 +123,7 @@ export default {
|
|||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 3rem;
|
||||
border-radius: 0.5rem;
|
||||
|
||||
&.progress-saved {
|
||||
|
|
@ -156,6 +157,10 @@ export default {
|
|||
background: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
&:focus-visible span {
|
||||
outline: 2px solid #005FCC;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
&.delay {
|
||||
// fixes flicker while transitioning between states
|
||||
transition: background 0s 0s ease-in-out;
|
||||
|
|
@ -205,7 +210,7 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.alert {
|
||||
border-radius: $border-radius-lg;
|
||||
border: 1px solid $green;
|
||||
|
|
|
|||
Loading…
Reference in a new issue