From 74c1fbbcf76157493bf29ac25923f612efb0782d Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Sat, 4 Mar 2017 03:20:06 +0900 Subject: Mobile Web: Auto-focus cursor in the search box (#5284) * Mobile Web: Auto-focus cursor in the search box and open keyboard when the search icon is tapped * fixed issue with safari mobile view * added isFocus props to search_bar.jsx component * used 'x' and fixed spacing * changed 'x' icon and fixed css * added aria-hidden='true' --- webapp/sass/components/_search.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/sass/components/_search.scss') diff --git a/webapp/sass/components/_search.scss b/webapp/sass/components/_search.scss index bdc285300..b792ad31a 100644 --- a/webapp/sass/components/_search.scss +++ b/webapp/sass/components/_search.scss @@ -51,7 +51,7 @@ top: 15px; } -.sidebar__clear-icon { +.sidebar__search-clear { @include opacity(.5); color: $dark-gray; width: 40px; -- cgit v1.2.3-1-g7c22