Merge pull request #1554 from Budibase/fix/remove-request-btn
Removing request feature button
This commit is contained in:
commit
2f818656a6
|
@ -91,14 +91,6 @@
|
||||||
<DeployModal />
|
<DeployModal />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="beta">
|
|
||||||
<Button
|
|
||||||
secondary
|
|
||||||
href="https://github.com/Budibase/budibase/discussions/categories/ideas"
|
|
||||||
>
|
|
||||||
Request feature
|
|
||||||
</Button>
|
|
||||||
</div>
|
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
{:catch error}
|
{:catch error}
|
||||||
|
@ -200,14 +192,4 @@
|
||||||
i:hover {
|
i:hover {
|
||||||
color: var(--ink);
|
color: var(--ink);
|
||||||
}
|
}
|
||||||
|
|
||||||
.beta {
|
|
||||||
position: absolute;
|
|
||||||
bottom: var(--spacing-m);
|
|
||||||
left: var(--spacing-m);
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
.beta :global(button) {
|
|
||||||
background-color: var(--background);
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue