mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-09 02:18:32 +00:00
sketchbook item selected bg update (#1190)
This commit is contained in:
@@ -65,3 +65,8 @@
|
|||||||
.theia-TreeNode.theia-mod-selected .sketchbook-commands-icons {
|
.theia-TreeNode.theia-mod-selected .sketchbook-commands-icons {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theia-Tree:focus .theia-TreeNode.theia-mod-selected,
|
||||||
|
.theia-Tree .ReactVirtualized__List:focus .theia-TreeNode.theia-mod-selected {
|
||||||
|
background: var(--theia-list-inactiveSelectionBackground);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user