Skip to content

Commit b331419

Browse files
committed
fix hover state on toolbar items
1 parent d04dba2 commit b331419

File tree

1 file changed

+2
-2
lines changed
  • arduino-ide-extension/src/browser/style

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
background: var(--theia-arduino-toolbar-background);
1616
}
1717

18-
.p-TabBar-toolbar .item.arduino-tool-item > div:hover {
19-
background: (--theia-arduino-toolbar-hoverBackground);
18+
.p-TabBar-toolbar .item.arduino-tool-item:hover > div {
19+
background: white;
2020
}
2121

2222
.arduino-verify-sketch--toolbar,

0 commit comments

Comments
 (0)