Skip to content

Commit 453a657

Browse files
sketchbook item selected bg update (#1190)
1 parent 1514d01 commit 453a657

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arduino-ide-extension/src/browser/style/sketchbook.css

+5
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,8 @@
6565
.theia-TreeNode.theia-mod-selected .sketchbook-commands-icons {
6666
display: block;
6767
}
68+
69+
.theia-Tree:focus .theia-TreeNode.theia-mod-selected,
70+
.theia-Tree .ReactVirtualized__List:focus .theia-TreeNode.theia-mod-selected {
71+
background: var(--theia-list-inactiveSelectionBackground);
72+
}

0 commit comments

Comments
 (0)