Tweak automation row (#26834)

tweak automation row
This commit is contained in:
Bram Kragten
2025-09-02 15:50:05 +02:00
committed by GitHub
parent 0abb958aea
commit c6c3170c1b
2 changed files with 2 additions and 2 deletions

View File

@@ -156,6 +156,7 @@ export class HaAutomationRow extends LitElement {
.expand-button { .expand-button {
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
color: var(--ha-color-on-neutral-quiet); color: var(--ha-color-on-neutral-quiet);
margin-left: -8px;
} }
:host([building-block]) .leading-icon-wrapper { :host([building-block]) .leading-icon-wrapper {
background-color: var(--ha-color-fill-neutral-loud-resting); background-color: var(--ha-color-fill-neutral-loud-resting);

View File

@@ -189,8 +189,7 @@ export const automationRowsStyles = css`
scroll-margin-top: 48px; scroll-margin-top: 48px;
} }
.handle { .handle {
margin: 4px; padding: 4px;
padding: 8px;
cursor: move; /* fallback if grab cursor is unsupported */ cursor: move; /* fallback if grab cursor is unsupported */
cursor: grab; cursor: grab;
border-radius: var(--ha-border-radius-pill); border-radius: var(--ha-border-radius-pill);