From 4be8c5dbb1a84058dc8f411783dd5decda3ff2a2 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Wed, 4 Nov 2015 15:42:02 -0200 Subject: #504 - Adding element focus using 'important' while we figure out why there's an inline style being added to recipients-input elements --- web-ui/app/scss/_mixins.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'web-ui/app/scss/_mixins.scss') diff --git a/web-ui/app/scss/_mixins.scss b/web-ui/app/scss/_mixins.scss index f29b92ee..17067263 100644 --- a/web-ui/app/scss/_mixins.scss +++ b/web-ui/app/scss/_mixins.scss @@ -268,13 +268,13 @@ } } } - } -} - - input.recipients-input:focus { - background: #fafafa !important; + input.recipients-input:focus { + background-color: #fafafa !important; border-color: #999999; outline: none; } + } +} + @include tt-hint; -- cgit v1.2.3