We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1090770 commit b1b0d21Copy full SHA for b1b0d21
1 file changed
frontend/src/components/panels/Layers.svelte
@@ -565,6 +565,10 @@
565
padding-left: calc(var(--layer-indent-levels) * 16px);
566
567
// Dimming
568
+ &:hover {
569
+ outline: 2px solid var(--color-4-dimgray);
570
+ }
571
+
572
&.selected {
573
background: var(--color-4-dimgray);
574
}
@@ -619,7 +623,6 @@
619
623
background: var(--icon-expand-collapse-arrow-hover);
620
624
621
625
622
-
626
&.expanded::after {
627
transform: rotate(90deg);
628
0 commit comments