summaryrefslogtreecommitdiff
path: root/web-ui/app/index.html
diff options
context:
space:
mode:
authorJefferson Stachelski <jstachel@thoughtworks.com>2015-12-07 17:19:20 -0200
committerJefferson Stachelski <jstachel@thoughtworks.com>2015-12-07 17:19:20 -0200
commit4917cee0d0f3f5e57f2f68bcda06e3b53d6783a7 (patch)
treebb070c04a488f9fe0646647310dc677e5515e4af /web-ui/app/index.html
parentfa1299aca064d2ac347a3e14d4c2169335a8f40c (diff)
Issue #507 - Hidden the search icon when start UA
Diffstat (limited to 'web-ui/app/index.html')
-rw-r--r--web-ui/app/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html
index a302992c..cf6ba5ea 100644
--- a/web-ui/app/index.html
+++ b/web-ui/app/index.html
@@ -71,7 +71,7 @@
<div id="compose" class="column small-12 large-4 no-padding">
<div id="compose-trigger"></div>
</div>
- <div id="search-trigger" class="small-12 large-8 columns no-padding">
+ <div id="search-trigger" class="small-12 large-8 columns no-padding hidden">
</div>
</div>
<ul id="list-actions"></ul>