From b843916233ccd11618efa8ff2137895d712c3f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 9 Sep 2014 16:56:05 +0200 Subject: [PATCH] Check scss lint --- app/styles/components/tag.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/components/tag.scss b/app/styles/components/tag.scss index bfab0391..a4b2f570 100644 --- a/app/styles/components/tag.scss +++ b/app/styles/components/tag.scss @@ -15,9 +15,9 @@ } .ui-autocomplete { - z-index: 99910; - background: white; + background: $white; border: 1px solid $gray-light; + z-index: 99910; .ui-state-focus { background: $fresh-taiga; }