From 73feef9e92aa34feb36d2fdc784b305f622b2bd4 Mon Sep 17 00:00:00 2001 From: calm <148254234+calm329@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:31:55 -0800 Subject: [PATCH] Remove box-shadow from automation dialog "Show more" button (#28945) (#28960) --- .../ha-automation-add-from-target.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/panels/config/automation/add-automation-element/ha-automation-add-from-target.ts b/src/panels/config/automation/add-automation-element/ha-automation-add-from-target.ts index 3ca3afe38c..54421f8d9d 100644 --- a/src/panels/config/automation/add-automation-element/ha-automation-add-from-target.ts +++ b/src/panels/config/automation/add-automation-element/ha-automation-add-from-target.ts @@ -1506,14 +1506,6 @@ export default class HaAutomationAddFromTarget extends LitElement { var(--ha-shadow-spread-lg) var(--ha-color-shadow-light); } - @media (prefers-color-scheme: dark) { - .targets-show-more { - box-shadow: inset var(--ha-shadow-offset-x-lg) - calc(var(--ha-shadow-offset-y-lg) * -1) var(--ha-shadow-blur-lg) - var(--ha-shadow-spread-lg) var(--ha-color-shadow-dark); - } - } - @media all and (max-width: 870px), all and (max-height: 500px) { :host { max-height: var(--max-height, 50%);