CSR-314: move styles into component itself

This commit is contained in:
Adam Caouette 2022-01-25 09:16:26 -05:00
parent efab52310e
commit 99701dcea2
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;
}
}