mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-08 11:56:36 +00:00
Better tooltips.
fixes #1503 Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
This commit is contained in:
parent
2d2be1f6d0
commit
5444395f34
@ -98,7 +98,6 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: var(--theia-titleBar-activeBackground);
|
background-color: var(--theia-titleBar-activeBackground);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#arduino-toolbar-container {
|
#arduino-toolbar-container {
|
||||||
@ -253,3 +252,10 @@
|
|||||||
outline: 1px solid var(--theia-contrastBorder);
|
outline: 1px solid var(--theia-contrastBorder);
|
||||||
outline-offset: -1px;
|
outline-offset: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.monaco-hover p {
|
||||||
|
margin: 8px 0;
|
||||||
|
}
|
||||||
|
.monaco-hover .monaco-tokenized-source {
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user