From 6cc95c5bc1e59f6b739ea46f791f2ad053558740 Mon Sep 17 00:00:00 2001 From: Javi Velasco Date: Sun, 20 Dec 2015 18:50:25 +0100 Subject: [PATCH] Bugfix in dropdown errored styling --- components/dropdown/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dropdown/style.scss b/components/dropdown/style.scss index 89f1053ce..6e8a65297 100644 --- a/components/dropdown/style.scss +++ b/components/dropdown/style.scss @@ -62,7 +62,7 @@ > .label { color: $input-text-error-color; } - > .valueWrapper { + > .templateValue { border-bottom: 1px solid $input-text-error-color; } }