Skip to content

Commit b1b0d21

Browse files
committed
Add highlight to layer outline on hover
1 parent 1090770 commit b1b0d21

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

frontend/src/components/panels/Layers.svelte

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,10 @@
565565
padding-left: calc(var(--layer-indent-levels) * 16px);
566566
567567
// Dimming
568+
&:hover {
569+
outline: 2px solid var(--color-4-dimgray);
570+
}
571+
568572
&.selected {
569573
background: var(--color-4-dimgray);
570574
}
@@ -619,7 +623,6 @@
619623
background: var(--icon-expand-collapse-arrow-hover);
620624
}
621625
}
622-
623626
&.expanded::after {
624627
transform: rotate(90deg);
625628
}

0 commit comments

Comments
 (0)