print: Hide closing X on search bar.

This commit is contained in:
Karl Stolley 2023-08-09 11:15:58 -05:00 committed by Tim Abbott
parent a73faf6579
commit 96654c49c7
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
/* Hide unnecessary controls, but leave them /* Hide unnecessary controls, but leave them
in the document flow. */ in the document flow. */
.search_icon, .search_icon,
#search_exit,
.settings-dropdown-cog, .settings-dropdown-cog,
.recipient_bar_controls { .recipient_bar_controls {
visibility: hidden; visibility: hidden;