mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-14 13:31:10 +00:00
@@ -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);
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user