Change drag selected styling (#26822)

This commit is contained in:
Bram Kragten
2025-09-01 20:26:25 +02:00
committed by GitHub
parent 4ffa6b6186
commit 62a75c188c
2 changed files with 11 additions and 6 deletions

View File

@@ -170,9 +170,11 @@ export class HaAutomationRow extends LitElement {
margin: 0 12px;
}
:host([sort-selected]) .row {
box-shadow:
0px 0px 8px 4px rgba(var(--rgb-accent-color), 0.8),
inset 0px 2px 8px 4px rgba(var(--rgb-accent-color), 0.4);
outline: solid;
outline-color: rgba(var(--rgb-accent-color), 0.6);
outline-offset: -2px;
outline-width: 2px;
background-color: rgba(var(--rgb-accent-color), 0.08);
}
.row:hover {
background-color: rgba(var(--rgb-primary-text-color), 0.04);