style/background effects: convert the tree action button background color to a transparent color

This commit is contained in:
Adorian Doran 2025-09-06 21:32:31 +03:00
parent eae2540a31
commit 73dcc2eb26

View File

@ -126,7 +126,7 @@
--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);
--left-pane-item-action-button-background: #d7d7d7;
--left-pane-item-action-button-background: rgba(0, 0, 0, 0.11);
--left-pane-item-action-button-color: inherit;
--left-pane-item-action-button-hover-background: white;
--left-pane-item-action-button-hover-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);