style/background effects: convert the tree item hover color to a transparent color

This commit is contained in:
Adorian Doran 2025-09-06 21:21:43 +03:00
parent 2a7fc8edb6
commit eae2540a31

View File

@ -122,7 +122,7 @@
--left-pane-collapsed-border-color: #0000000d;
--left-pane-background-color: #f2f2f2;
--left-pane-text-color: #383838;
--left-pane-item-hover-background: #eaeaea;
--left-pane-item-hover-background: rgba(0, 0, 0, 0.0322);
--left-pane-item-selected-background: white;
--left-pane-item-selected-color: black;
--left-pane-item-selected-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);