We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04dba2 commit b331419Copy full SHA for b331419
arduino-ide-extension/src/browser/style/main.css
@@ -15,8 +15,8 @@
15
background: var(--theia-arduino-toolbar-background);
16
}
17
18
-.p-TabBar-toolbar .item.arduino-tool-item > div:hover {
19
- background: (--theia-arduino-toolbar-hoverBackground);
+.p-TabBar-toolbar .item.arduino-tool-item:hover > div {
+ background: white;
20
21
22
.arduino-verify-sketch--toolbar,
0 commit comments