From 7d5c4ebd91126dabdf30a46bd4fd6e8829b2afaf Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Wed, 19 Jun 2024 18:17:11 +0200 Subject: [PATCH] shx-3d-render --- snippets/shx-loading-spinner.liquid | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/snippets/shx-loading-spinner.liquid b/snippets/shx-loading-spinner.liquid index 3a4c850..fbd37da 100644 --- a/snippets/shx-loading-spinner.liquid +++ b/snippets/shx-loading-spinner.liquid @@ -3,8 +3,8 @@ {% if content_type == 'body' %}
- {% render 'shx-logo', class_name:"shx-loading-spinner-mainIcon", width:"200px"%} -

Lade Vorschau...

+ {% render 'shx-logo', class_name:"shx-loading-spinner-mainIcon shx-loading-spinner-unclickable", width:"200px"%} +

Lade Vorschau

{% elsif content_type == 'head' %} @@ -37,7 +37,16 @@ backdrop-filter: blur(10px); - + transition: all 0.5s; + } + + .shx-loading-spinner-Container-done { + opacity: 0; + pointer-events: none; + } + + .shx-loading-spinner-unclickable { + pointer-events: none; } .shx-loading-spinner-mainIcon {