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;
|
position: relative;
|
||||||
top: -1px;
|
top: -1px;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
|
border: none;
|
||||||
|
background: none;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
|
||||||
|
|
@ -58,8 +58,6 @@ export default {
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue