We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a615897 commit 1985ceeCopy full SHA for 1985cee
arduino-ide-extension/src/browser/style/index.css
@@ -144,6 +144,8 @@ button.secondary[disabled], .theia-button.secondary[disabled] {
144
outline: 1px dashed var(--theia-focusBorder);
145
}
146
147
-.hc-black.hc-theia.theia-hc .theia-button:focus {
148
- outline: 1px solid var(--theia-focusBorder);
+.hc-black.hc-theia.theia-hc button.theia-button,
+.hc-black.hc-theia.theia-hc .theia-button,
149
+.hc-black.hc-theia.theia-hc button.theia-button.secondary {
150
+ border: 1px solid var(--theia-button-border);
151
0 commit comments