Skip to content

Commit a615897

Browse files
fix for install button in libs and board manager
1 parent 749d4ff commit a615897

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

arduino-ide-extension/src/browser/style/list-widget.css

+11
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,14 @@ https://github.com/arduino/arduino-pro-ide/issues/82 */
145145
.component-list-item a:hover {
146146
text-decoration: underline;
147147
}
148+
149+
/* High Contrast Theme rules */
150+
/* TODO: Remove it when the Theia version is upgraded to 1.27.0 and use Theia APIs to implement it*/
151+
.hc-black.hc-theia.theia-hc .component-list-item .header .installed:hover:before {
152+
background-color: transparent;
153+
outline: 1px dashed var(--theia-focusBorder);
154+
}
155+
156+
.hc-black.hc-theia.theia-hc .component-list-item .header .installed:before {
157+
border: 1px solid var(--theia-button-border);
158+
}

0 commit comments

Comments
 (0)