From 13153163d898b3b9fd5ed8e190f991a87c75eb2d Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 1 Sep 2017 21:45:40 +0500 Subject: [PATCH] Use @token-active-border and @token-active-border-fallback WAS: @token-active-border and @token-active-border-fallback LESS-variables was defined but not in using. IS: The variables has used for token border color when token state is active. --- less/bootstrap-tokenfield.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/bootstrap-tokenfield.less b/less/bootstrap-tokenfield.less index 540ca49..318b6a3 100644 --- a/less/bootstrap-tokenfield.less +++ b/less/bootstrap-tokenfield.less @@ -91,8 +91,8 @@ border-color: @token-hover-border; } &.active { - border-color: rgb(82, 168, 236); - border-color: rgba(82, 168, 236, 0.8); + border-color: @token-active-border-fallback; + border-color: @token-active-border; } &.duplicate { border-color: @state-danger-border;