mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-29 06:06:39 +00:00
sketchbook item selected bg update (#1190)
This commit is contained in:
parent
1514d014a9
commit
453a657172
@ -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);
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user