Browse Source
Merge pull request #1554 from Budibase/fix/remove-request-btn
Removing request feature button
gh-pages
Michael Drury
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
18 deletions
-
packages/builder/src/pages/builder/app/[application]/_layout.svelte
|
|
|
@ -91,14 +91,6 @@ |
|
|
|
<DeployModal /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="beta"> |
|
|
|
<Button |
|
|
|
secondary |
|
|
|
href="https://github.com/Budibase/budibase/discussions/categories/ideas" |
|
|
|
> |
|
|
|
Request feature |
|
|
|
</Button> |
|
|
|
</div> |
|
|
|
<slot /> |
|
|
|
</div> |
|
|
|
{:catch error} |
|
|
|
@ -200,14 +192,4 @@ |
|
|
|
i:hover { |
|
|
|
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> |
|
|
|
|