Tweak automation row (#26834)

tweak automation row
pull/26842/head
Bram Kragten 2025-09-02 15:50:05 +02:00 committed by Paul Bottein
parent 1786235c86
commit 1cf353461f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

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

View File

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