1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

Remove box-shadow from automation dialog "Show more" button (#28945) (#28960)

This commit is contained in:
calm
2026-01-13 08:31:55 -08:00
committed by GitHub
parent 453a546574
commit 73feef9e92

View File

@@ -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%);