mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Having the `div` selector there affects the performance. See
https://chat.zulip.org/#narrow/stream/6-frontend/topic/CSS.20selector.20performance/near/1845719
for more details.
We've introduced a new class called `.client-logos-div`.
In `hello.ts` we just manually append the name of this new class for the
logo changing logic since that felt more readable than adding the class
programmatically.
(cherry picked from commit 996a091bd9
)