Skip to content

Commit

Permalink
ui/ux: align styling with vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
vladarama committed Jun 23, 2023
1 parent 583878d commit 21bbd99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/preferences/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@

.theia-settings-container .theia-input[type="checkbox"]:focus,
.theia-settings-container .theia-input[type="number"]:focus {
outline-width: 2px;
outline-width: 1px;
}

.theia-settings-container .theia-input[type="checkbox"] {
Expand All @@ -407,6 +407,7 @@
.dialogContent .error:not(:empty),
.theia-settings-container .pref-content-container .pref-input .pref-input-container .pref-error-notification {
border-style: solid;
border-width: 1px;
border-color: var(--theia-inputValidation-errorBorder);
background-color: var(--theia-inputValidation-errorBackground);
width: 100%;
Expand Down

0 comments on commit 21bbd99

Please sign in to comment.