From f8724af5dad1d695fc50400bd7d927a647eead31 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Sat, 22 Jun 2024 14:07:27 +0200 Subject: [PATCH] shx-3d-render --- snippets/shx-3d-render-input.liquid | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index 27fa2d6..03de0f0 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -91,6 +91,10 @@ overflow: hidden; } + .shx-ifc-colorselect input[type="radio"] + label { + overflow: hidden; + } + .shx-mat-matte { position: absolute; top: 0; @@ -110,19 +114,10 @@ background: linear-gradient(60deg, #fff 35%, transparent 35%); opacity: 0.5; } - - @keyframes scaleUp { - from { - transform: scale(1); - } - to { - transform: scale(2); - } - } .shx-ifc-colorselect input[type="radio"]:checked + label .shx-mat-matte, .shx-ifc-colorselect input[type="radio"]:checked + label .shx-mat-silk { - animation: scaleUp 0.5s ease forwards; + transform: rotate(60deg); }