Skip to content

Commit 1a308b4

Browse files
busy state for upload sketch button (fixes #173)
1 parent e866162 commit 1a308b4

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
border: none;
4949
}
5050

51-
.item.arduino-tool-item.toggled .arduino-verify-sketch--toolbar {
51+
.item.arduino-tool-item.toggled .arduino-verify-sketch--toolbar,
52+
.item.arduino-tool-item.toggled .arduino-upload-sketch--toolbar {
5253
background-color: var(--theia-arduino-toolbar-toggleBackground) !important;
5354
}
5455

0 commit comments

Comments
 (0)