From fa0438ea9fff8f7b043c5b2ffa5395e2bb66ace5 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Wed, 10 Feb 2016 09:38:10 -0800 Subject: [PATCH] fix(build): LESS lint issue --- internal_packages/search-bar/stylesheets/search-bar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_packages/search-bar/stylesheets/search-bar.less b/internal_packages/search-bar/stylesheets/search-bar.less index 49421bddb..58297a894 100644 --- a/internal_packages/search-bar/stylesheets/search-bar.less +++ b/internal_packages/search-bar/stylesheets/search-bar.less @@ -75,7 +75,7 @@ &.clear { position: absolute; - top: 0px; + top: 0; right: 4px; color: @input-accessory-color; display: none;