mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-06 17:08:32 +00:00
fixed too early disposal when hiding context menu
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
}
|
||||
|
||||
#arduino-open-sketch-control--toolbar {
|
||||
background-color: var(--theia-button-background);
|
||||
background-color: var(--theia-tab-inactiveBackground);
|
||||
border: 1px solid var(--theia-arduino-toolbar-background);
|
||||
padding: 2px 0px 2px 8px;
|
||||
padding: 2px 0px 2px 9px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user