From 53d421e065b6824cac7d284c5f2ea4a32bbccf3a Mon Sep 17 00:00:00 2001 From: Tobias Ortmayr Date: Tue, 18 Jun 2024 14:35:21 +0200 Subject: [PATCH] GLSP-1347: Update standalone editor styling (#363) --- examples/workflow-standalone/css/command-palette.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/workflow-standalone/css/command-palette.css b/examples/workflow-standalone/css/command-palette.css index 6f5f10fb..6eec88c8 100644 --- a/examples/workflow-standalone/css/command-palette.css +++ b/examples/workflow-standalone/css/command-palette.css @@ -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 { @@ -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; }