Fix button color to be transparent
This commit is contained in:
parent
edf14400ac
commit
0bcf820042
|
|
@ -10,6 +10,7 @@
|
||||||
class="instrument-widget__button button"
|
class="instrument-widget__button button"
|
||||||
:style="{
|
:style="{
|
||||||
borderColor: value.foreground,
|
borderColor: value.foreground,
|
||||||
|
'background-color': 'transparent',
|
||||||
}"
|
}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
|
@ -34,8 +35,6 @@ export default {
|
||||||
&__description {
|
&__description {
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__button {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue