mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 07:52:19 +00:00
This handler was broken during refactor78d511fd03, as we can see from the original implementation in30065b4ee8, the intent is that hovering over any link within the narrow_description should not cause the search_icon to change color ie the hover effect should not be used. This is so because it aligns with the fact that clicking the links would not open the search bar. However, during the refactor this was incorrectly switched to forcing the effect to be applied when we hover over links in the narrow_description. This commit reverts to the original and intended behaviour, and also switches to using opacity rather than color, in accordance with the changes from the previous commit (316d499ac74c2caddb57c98a43d9b776b1b32d98).
7.2 KiB
7.2 KiB