[BUG] Navbar dropdowns ("My Content") cannot be closed via click due to CSS hover conflict
The "My Content" navbar dropdowns are not closing correctly due to a CSS hover rule that conflicts with Bootstrap's collapse toggle. This causes the dropdown to open on hover and remain open even when the toggle is clicked. The proposed fix is to remove the conflicting CSS hover rules so that the dropdown is solely controlled by the Bootstrap toggle.