From 94cb5d3439daa28f7da25f9ff2919c8d9aca8722 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Fri, 10 Dec 2021 15:00:57 +0100 Subject: [PATCH] Correctly set selectize sub-input text color --- css/backoffice/components/input/_input-select.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/backoffice/components/input/_input-select.scss b/css/backoffice/components/input/_input-select.scss index c09991b13..7046b2aaf 100644 --- a/css/backoffice/components/input/_input-select.scss +++ b/css/backoffice/components/input/_input-select.scss @@ -61,7 +61,8 @@ $ibo-input-select--autocomplete-item-image--border: 1px solid $ibo-color-grey-60 input { border-width: 0px; - border-color: white; + color: inherit; + border-color: $ibo-color-white-100; padding-left: $ibo-input-select--padding-x; }