Merge pull request #166 from Safelite/bugfix/CSR-314

CSR-314: move styles into component itself
This commit is contained in:
AdamCaouetteSafelite 2022-01-25 11:03:58 -05:00 committed by GitHub
commit 9343314a92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -47,6 +47,8 @@ export default {
position: relative;
top: -1px;
margin-left: 2px;
border: none;
background: none;
&:focus {
outline: none;

View file

@ -58,8 +58,6 @@ export default {
line-height: 32px;
button {
border: none;
background: none;
color: inherit;
}
}