Closed pftg closed 1 month ago
This pull request introduces a new CSS file for an advanced menu component, enhancing header navigation with improved layout and responsiveness. It includes the removal of the obsolete jquery.magnificpopup.css
file, which contained styles for a lightbox popup. Additionally, several existing CSS class selectors have been renamed across multiple files for better clarity and organization, ensuring a more maintainable codebase.
Files | Change Summary |
---|---|
assets/css/components/pp_adv_menu.css |
Added styles for an advanced menu component, including responsive layouts and hover states. |
assets/css/jquery.magnificpopup.css |
Removed the file, eliminating styles related to the Magnific Popup functionality. |
themes/beaver/assets/css/*.css |
Renamed various CSS class selectors in multiple files to improve clarity regarding their roles in the header navigation layout. |
themes/beaver/layouts/partials/page/header.html |
Renamed HTML class elements in the header section for better semantic clarity. |
π° In the meadow where the menus sway,
A new design has come to play.
With styles so bright and clear,
Navigationβs charm is now here!
Hopping through the code with glee,
Responsive magic, come see! πΌ
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Chores