We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca053df commit 8e2b21eCopy full SHA for 8e2b21e
arduino-ide-extension/src/browser/style/index.css
@@ -87,6 +87,11 @@ button.theia-button {
87
max-width: none;
88
}
89
90
+.theia-button:active,
91
+.theia-button:focus {
92
+ box-shadow: 0 0 0 2px var(--theia-focusBorder);
93
+}
94
+
95
button.theia-button.secondary {
96
border: 1.5px solid var(--theia-secondaryButton-foreground);
97
0 commit comments