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:
Harsh
2024-12-15 21:16:52 +05:30
committed by Tim Abbott
parent 31b3842c9b
commit 4b5e578b9f
12 changed files with 14 additions and 14 deletions

View File

@@ -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>