From 60f55ebfef677db0106bc4d824caf6f5a77ee0bd Mon Sep 17 00:00:00 2001 From: Javi Velasco Date: Sat, 19 Dec 2015 22:07:49 +0100 Subject: [PATCH] Fixes #188 --- components/dropdown/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dropdown/style.scss b/components/dropdown/style.scss index b32acdd3..2a7390ca 100644 --- a/components/dropdown/style.scss +++ b/components/dropdown/style.scss @@ -8,7 +8,7 @@ margin-bottom: $dropdown-offset; color: $color-text; cursor: pointer; - border-bottom: 1px solid $color-divider; + border-bottom: 1px solid $input-text-bottom-border-color; &:not(.active) { > .values { max-height: 0; @@ -96,7 +96,7 @@ width: 0; height: 0; content: ""; - border-top: $size solid $color-divider; + border-top: $size solid $input-text-bottom-border-color; border-right: $border; border-left: $border; transition: transform $animation-duration $animation-curve-default;