We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749d4ff commit a615897Copy full SHA for a615897
arduino-ide-extension/src/browser/style/list-widget.css
@@ -145,3 +145,14 @@ https://github.com/arduino/arduino-pro-ide/issues/82 */
145
.component-list-item a:hover {
146
text-decoration: underline;
147
}
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