mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
With the redesign of all popovers completed, we have transitioned away from the legacy Bootstrap-based popover system. As a result, the Bootstrap `nav nav-list` classes are now obsolete and no longer used in the codebase. This commit, a part of the efforts to clean up the legacy Bootstrap CSS, removes these unused classes and any related CSS workarounds. Fixes #26990.