Still working on upgrading to Tailwind CSS v4 an dSkeleton v3.....
This commit is contained in:
@@ -63,7 +63,7 @@ let ae_promises: key_val = {
|
||||
on:click={() => {
|
||||
$events_loc.launcher.show_content__hidden_files = !$events_loc.launcher.show_content__hidden_files;
|
||||
}}
|
||||
class="btn btn-sm variant-ghost-warning hover:variant-filled-primary text-xs py-1 px-2"
|
||||
class="btn btn-sm preset-tonal-warning border border-warning-500 hover:preset-filled-primary-500 text-xs py-1 px-2"
|
||||
>
|
||||
{#if $events_loc.launcher.show_content__hidden_files}
|
||||
<span class="fas fa-eye-slash m-1"></span>
|
||||
@@ -78,7 +78,7 @@ let ae_promises: key_val = {
|
||||
on:click={() => {
|
||||
$events_loc.launcher.show_content__hidden_sessions = !$events_loc.launcher.show_content__hidden_sessions;
|
||||
}}
|
||||
class="btn btn-sm variant-ghost-warning hover:variant-filled-primary text-xs py-1 px-2"
|
||||
class="btn btn-sm preset-tonal-warning border border-warning-500 hover:preset-filled-primary-500 text-xs py-1 px-2"
|
||||
>
|
||||
{#if $events_loc.launcher.show_content__hidden_sessions}
|
||||
<span class="fas fa-eye-slash m-1"></span>
|
||||
@@ -256,7 +256,7 @@ let ae_promises: key_val = {
|
||||
log_lvl: 0
|
||||
});
|
||||
}}
|
||||
class="btn btn-sm variant-ghost-primary hover:variant-filled-primary text-xs py-1 px-2"
|
||||
class="btn btn-sm preset-tonal-primary border border-primary-500 hover:preset-filled-primary-500 text-xs py-1 px-2"
|
||||
>
|
||||
<span class="fas fa-file-archive m-1"></span>
|
||||
{event_file_obj?.filename}
|
||||
|
||||
Reference in New Issue
Block a user