Skip to content

Commit 8e2b21e

Browse files
button border for active and focus state
1 parent ca053df commit 8e2b21e

File tree

1 file changed

+5
-0
lines changed
  • arduino-ide-extension/src/browser/style

1 file changed

+5
-0
lines changed

Diff for: arduino-ide-extension/src/browser/style/index.css

+5
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ button.theia-button {
8787
max-width: none;
8888
}
8989

90+
.theia-button:active,
91+
.theia-button:focus {
92+
box-shadow: 0 0 0 2px var(--theia-focusBorder);
93+
}
94+
9095
button.theia-button.secondary {
9196
border: 1.5px solid var(--theia-secondaryButton-foreground);
9297
}

0 commit comments

Comments
 (0)