From f53d7878280c0fa9b4bfff7f3db30c852d2b0944 Mon Sep 17 00:00:00 2001 From: Gevorg Harutyunyan Date: Wed, 3 Feb 2016 17:16:32 +0400 Subject: [PATCH] Adjust dashboard page items search field colors --- src/app/dashboard/items/items-header.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/dashboard/items/items-header.scss b/src/app/dashboard/items/items-header.scss index c6f04347..9fb58f03 100644 --- a/src/app/dashboard/items/items-header.scss +++ b/src/app/dashboard/items/items-header.scss @@ -39,6 +39,7 @@ background-color: inherit; color: $color-inactive; width: 100px; + transition: color 0.3s ease; @include placeholder() { transition: color 0.3s ease; @@ -50,8 +51,10 @@ } &:focus { + color: $color-active; + @include placeholder() { - color: $color-active; + color: lighten($color-active, 15%); } &+.search-icon {