Merge pull request #1251 from Safelite/CSR-1551-fix-image-render-abnormalities
CSR-1551 set focus state to eliminate outline on button
This commit is contained in:
commit
2cfd6b117b
1 changed files with 5 additions and 2 deletions
|
|
@ -946,6 +946,9 @@ export default {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
text-underline-offset: 4px;
|
text-underline-offset: 4px;
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
|
&:focus {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.past {
|
.past {
|
||||||
|
|
@ -1019,7 +1022,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-test-error {
|
.form-test-error {
|
||||||
margin: 0 auto 2rem auto;
|
margin: 0 auto;
|
||||||
max-width: 414px;
|
max-width: 414px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue