CSR-314: move styles into component itself
This commit is contained in:
parent
efab52310e
commit
99701dcea2
2 changed files with 2 additions and 2 deletions
|
|
@ -47,6 +47,8 @@ export default {
|
|||
position: relative;
|
||||
top: -1px;
|
||||
margin-left: 2px;
|
||||
border: none;
|
||||
background: none;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
|
|
|||
|
|
@ -58,8 +58,6 @@ export default {
|
|||
line-height: 32px;
|
||||
|
||||
button {
|
||||
border: none;
|
||||
background: none;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue