From 3db4fbf037fb7a674d4faef5721c25363f472fc8 Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Mon, 24 Apr 2023 16:05:28 +0300 Subject: [PATCH] fix pointer events for color picker in theme configurator --- extensions-builtin/sd_theme_editor/style.css | 3 +++ style.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/extensions-builtin/sd_theme_editor/style.css b/extensions-builtin/sd_theme_editor/style.css index e7d70385..870f6a5d 100644 --- a/extensions-builtin/sd_theme_editor/style.css +++ b/extensions-builtin/sd_theme_editor/style.css @@ -86,12 +86,15 @@ #tab_ui_theme [id*="color"] label{ display:flex; align-items: center; + pointer-events: none; } #tab_ui_theme [id*="color"] label span{ min-width: 50% !important; } #tab_ui_theme [id*="color"] label input{ flex-grow:1; + pointer-events: all; + cursor: pointer; } #settings_ui_theme > div > div diff --git a/style.css b/style.css index f0774465..57409df0 100644 --- a/style.css +++ b/style.css @@ -721,6 +721,9 @@ div.svelte-1frtwj3 { background-color: var(--ae-panel-bg-color); height: 60px !important; } +.thumbnails { + justify-content: flex-start !important; +} [id$="2img_gallery"] .thumbnail-small { height: auto !important; }