summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_search.scss
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-03-04 03:20:06 +0900
committerenahum <nahumhbl@gmail.com>2017-03-03 15:20:06 -0300
commit74c1fbbcf76157493bf29ac25923f612efb0782d (patch)
treee74440d704e566c6cb0c3f0855099c42ed27b31a /webapp/sass/components/_search.scss
parentf37c03a75f745f00d13b91140a9e6fb9a8d5799a (diff)
downloadchat-74c1fbbcf76157493bf29ac25923f612efb0782d.tar.gz
chat-74c1fbbcf76157493bf29ac25923f612efb0782d.tar.bz2
chat-74c1fbbcf76157493bf29ac25923f612efb0782d.zip
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'
Diffstat (limited to 'webapp/sass/components/_search.scss')
-rw-r--r--webapp/sass/components/_search.scss2
1 files changed, 1 insertions, 1 deletions
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;