Skip to content

Commit 1985cee

Browse files
add buttons border
1 parent a615897 commit 1985cee

File tree

1 file changed

+4
-2
lines changed
  • arduino-ide-extension/src/browser/style

1 file changed

+4
-2
lines changed

arduino-ide-extension/src/browser/style/index.css

+4-2
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ button.secondary[disabled], .theia-button.secondary[disabled] {
144144
outline: 1px dashed var(--theia-focusBorder);
145145
}
146146

147-
.hc-black.hc-theia.theia-hc .theia-button:focus {
148-
outline: 1px solid var(--theia-focusBorder);
147+
.hc-black.hc-theia.theia-hc button.theia-button,
148+
.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);
149151
}

0 commit comments

Comments
 (0)