summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-08-23 20:33:04 -0700
committerCorey Hulen <corey@hulen.com>2015-08-23 20:33:04 -0700
commit567dac0ec030ddff8ec5f105ecf7c72273058f60 (patch)
tree9e8fb9200c2027e9779da3d2071761c36de8997b
parent06c5ddcb1d9e4e2e79b33196a58c5d62c0c43e37 (diff)
parentd3c5a30ab9ec9ebf6e495c31ef0955e7c31c6ca9 (diff)
downloadchat-567dac0ec030ddff8ec5f105ecf7c72273058f60.tar.gz
chat-567dac0ec030ddff8ec5f105ecf7c72273058f60.tar.bz2
chat-567dac0ec030ddff8ec5f105ecf7c72273058f60.zip
Merge pull request #442 from asaadmahmoodspin/master
MM-1989 - Hiding Cancel text in LHS that messes up the RHS
-rw-r--r--web/sass-files/sass/partials/_headers.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_headers.scss b/web/sass-files/sass/partials/_headers.scss
index 571c7ff1f..c311941b6 100644
--- a/web/sass-files/sass/partials/_headers.scss
+++ b/web/sass-files/sass/partials/_headers.scss
@@ -200,6 +200,9 @@
}
}
}
+ .search__clear {
+ display: none;
+ }
}
#navbar {