Updating the module menu to the new styling
This commit is contained in:
@@ -162,9 +162,10 @@ async function handle_obj_field_patch(new_field_value: any) {
|
||||
on:dblclick={() => {
|
||||
show_crud = true;
|
||||
}}
|
||||
title="Double click to edit"
|
||||
title="Double click to edit property"
|
||||
>
|
||||
<span class="fas fa-edit"></span>
|
||||
<span class="hidden">Edit</span>
|
||||
</button>
|
||||
</span>
|
||||
|
||||
@@ -178,7 +179,7 @@ async function handle_obj_field_patch(new_field_value: any) {
|
||||
</span>
|
||||
|
||||
<button
|
||||
class="btn btn-md preset-tonal-tertiary hover:preset-tonal-tertiary border border-tertiary-500 m-1 transition-all"
|
||||
class="btn btn-md ae_btn_neutral m-1"
|
||||
class:show_crud
|
||||
on:click={() => {
|
||||
show_crud = false;
|
||||
@@ -248,7 +249,7 @@ async function handle_obj_field_patch(new_field_value: any) {
|
||||
</span>
|
||||
|
||||
<button
|
||||
class="btn btn-lg preset-tonal-primary hover:preset-tonal-primary border border-primary-500 m-1"
|
||||
class="btn btn-lg ae_btn_warning m-1"
|
||||
class:show_crud
|
||||
disabled={field_value == original_field_value}
|
||||
on:click={async () => {
|
||||
|
||||
Reference in New Issue
Block a user