mirror of https://github.com/zulip/zulip.git
print: Hide closing X on search bar.
This commit is contained in:
parent
a73faf6579
commit
96654c49c7
|
@ -44,6 +44,7 @@
|
|||
/* Hide unnecessary controls, but leave them
|
||||
in the document flow. */
|
||||
.search_icon,
|
||||
#search_exit,
|
||||
.settings-dropdown-cog,
|
||||
.recipient_bar_controls {
|
||||
visibility: hidden;
|
||||
|
|
Loading…
Reference in New Issue