mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Rename "clear_search_button" to "old_clear_search_button".
This temporary change allows us to preserve these old styles while iteratively move all the close buttons to new styles. Once the migration is complete, `old_clear_search_button` won't exist anymore and there will be new styles for `clear_search_button`.
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
</div>
|
||||
<div class="stream-search-container">
|
||||
<input type="text" class="stream-search modal_text_input" placeholder="{{t 'Filter channels' }}" />
|
||||
<button type="button" class="clear_search_button" id="clear_stream_search">
|
||||
<button type="button" class="old_clear_search_button" id="clear_stream_search">
|
||||
<i class="fa fa-remove" aria-hidden="true"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user