We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1514d01 commit 453a657Copy full SHA for 453a657
arduino-ide-extension/src/browser/style/sketchbook.css
@@ -65,3 +65,8 @@
65
.theia-TreeNode.theia-mod-selected .sketchbook-commands-icons {
66
display: block;
67
}
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