Skip to content

Commit

Permalink
GLSP-1347: Update standalone editor styling (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr authored Jun 18, 2024
1 parent 1570f91 commit 53d421e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/workflow-standalone/css/command-palette.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
*
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
********************************************************************************/
.command-palette.validation.error {
font-size: small;
.command-palette.validation.error,
.command-palette.validation.warning {
font-size: 10pt;
}

.command-palette.validation .validation-decorator {
Expand Down Expand Up @@ -49,11 +50,11 @@

.command-palette.validation.warning input,
.command-palette.validation.warning input:focus {
color: var(--glsp-warning-foreground);
outline-color: var(--glsp-warning-foreground);
}

.command-palette.validation.warning .validation-decorator.warning {
border: 1px solid var(--glsp-warning-foreground);
background-color: var(--glsp-warning-foreground);
color: black;
}

0 comments on commit 53d421e

Please sign in to comment.