|
192 | 192 |
|
193 | 193 | /* High Contrast Theme rules */
|
194 | 194 | /* TODO: Remove it when the Theia version is upgraded to 1.27.0 and use Theia APIs to implement it*/
|
195 |
| -.hc-black.hc-theia.theia-hc .p-TabBar-toolbar .item.arduino-tool-item .arduino-upload-sketch--toolbar, |
196 |
| -.hc-black.hc-theia.theia-hc .p-TabBar-toolbar .item.arduino-tool-item .arduino-verify-sketch--toolbar, |
197 |
| -.hc-black.hc-theia.theia-hc .p-TabBar-toolbar .item.arduino-tool-item .arduino-start-debug { |
198 |
| - background: transparent; |
199 |
| -} |
200 |
| - |
201 |
| -.hc-black.hc-theia.theia-hc .arduino-verify-sketch--toolbar-icon, |
202 |
| -.hc-black.hc-theia.theia-hc .arduino-upload-sketch--toolbar-icon, |
203 |
| -.hc-black.hc-theia.theia-hc .arduino-start-debug-icon { |
204 |
| - background-color: var(--theia-arduino-toolbar-button-secondary-label); |
| 195 | +.hc-black.hc-theia.theia-hc .p-TabBar-toolbar .item.arduino-tool-item.enabled:hover > div { |
| 196 | + background: var(--theia-arduino-toolbar-button-background); |
| 197 | + outline: 1px dashed var(--theia-focusBorder); |
205 | 198 | }
|
206 | 199 |
|
207 |
| -.hc-black.hc-theia.theia-hc .p-TabBar-toolbar .item.arduino-tool-item.enabled:hover > div { |
| 200 | +.hc-black.hc-theia.theia-hc .p-TabBar-toolbar .item.arduino-tool-item.enabled:hover > div.toggle-serial-plotter, |
| 201 | +.hc-black.hc-theia.theia-hc .p-TabBar-toolbar .item.arduino-tool-item.enabled:hover > div.toggle-serial-monitor { |
208 | 202 | background: transparent;
|
209 |
| - outline: 1px dashed var(--theia-focusBorder); |
210 | 203 | }
|
211 | 204 |
|
212 | 205 | .hc-black.hc-theia.theia-hc .item.arduino-tool-item.toggled .arduino-verify-sketch--toolbar,
|
213 | 206 | .hc-black.hc-theia.theia-hc .item.arduino-tool-item.toggled .arduino-upload-sketch--toolbar {
|
214 |
| - background-color: transparent !important; |
| 207 | + background-color: var(--theia-arduino-toolbar-button-background) !important; |
215 | 208 | outline: 1px solid var(--theia-focusBorder);
|
216 | 209 | }
|
217 | 210 |
|
|
234 | 227 | }
|
235 | 228 |
|
236 | 229 | .hc-black.hc-theia.theia-hc .p-TabBar.theia-app-centers .p-TabBar-tab.p-mod-closable > .p-TabBar-tabCloseIcon:hover {
|
237 |
| - outline: 1px dashed var(--theia-focusBorder); |
| 230 | + outline: 1px dashed var(--theia-focusBorder); |
238 | 231 | }
|
239 | 232 |
|
240 | 233 | .hc-black.hc-theia.theia-hc .quick-input-list .monaco-list-row.focused {
|
|
0 commit comments