Closed Gangadhar-mudhiraj closed 3 months ago
Name | Link |
---|---|
Latest commit | 2ab1b2e149ea33fcd4b5ec6a0107faa8a3039205 |
Latest deploy log | https://app.netlify.com/sites/java-processing-faf822/deploys/66b4b5f87a480a0008107eac |
Deploy Preview | https://deploy-preview-547--java-processing-faf822.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Issue: In the navigation bar, items with submenus (.item.hasSubmenu) were not receiving the same hover effect as those without submenus. Specifically, the buttons used in .item.hasSubmenu were not styled consistently with the anchor tags in other items. This resulted in an inconsistent user experience where items with submenus appeared differently when hovered over compared to items without submenus.
Cause: The original CSS provided styling for .item and its anchor tags, but did not include styles for buttons within .item.hasSubmenu. As a result, the buttons lacked the same hover effects and other styles as the anchor tags, causing visual inconsistency in the navigation bar.
Solution: To resolve this, I updated the CSS to include styles for buttons within .item.hasSubmenu, ensuring they have the same hover effects and other styles as the anchor tags.