Fix colors in autocomplete component (#1905)

Further fixes for the high contrast mode, modly regarded to the autocomplete component.

This is a fixup for #1892

Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
This commit is contained in:
René Pfeuffer
2021-12-22 14:07:03 +01:00
committed by GitHub
parent bc86ed4474
commit 37f89bed77
4 changed files with 53 additions and 27 deletions

View File

@@ -32,3 +32,5 @@ $blue-light: #98d8f3;
$danger: #ff3860;
$family-monospace: "Courier New", Monaco, Menlo, "Ubuntu Mono", "source-code-pro", monospace;
$input-border-color: $blue-light;