File tree Expand file tree Collapse file tree
frontend/src/components/panels Expand file tree Collapse file tree Original file line number Diff line number Diff line change 565565 padding-left : calc (var (--layer-indent-levels ) * 16px );
566566
567567 // Dimming
568- & :hover {
569- outline : 2 px solid var (--color-4-dimgray );
568+ & :hover {
569+ background : var (--color-4-dimgray );
570570 }
571571
572572 & .selected {
573- background : var (--color-4-dimgray );
573+ background : var (--color-5-dullgray );
574574 }
575575
576576 & .ancestor-of-selected .expand-arrow :not (.expanded ) {
582582 }
583583
584584 & .selected-but-not-in-selected-network {
585- background : rgba (var (--color-4-dimgray-rgb ), 0.5 );
585+ background : rgba (var (--color-5-dullgray ), 0.5 );
586586 }
587587
588588 & .insert-folder {
617617 }
618618
619619 & :hover:not ([disabled ]) {
620- background : var (--color-5-dullgray );
621-
620+ background : var (--color-6-lowergray );
622621 & ::after {
623622 background : var (--icon-expand-collapse-arrow-hover );
624623 }
You can’t perform that action at this time.
0 commit comments