Libbna / BLOG_SITE

Simple blog site with CRUD operations using PHP and MYSQL
2 stars 4 forks source link

Header: Active menu is not highlighted & dropdown menu caret icon issue. #26

Open asmita2 opened 3 years ago

asmita2 commented 3 years ago
  1. Active menu is not highlighted.
  2. Dropdown menu caret icon issue should rotate on hover in case desktop and on responsive devices like mobile or tablet it should rotate on click of caret icon.
  3. Header menu options seem to be blur check its opacity or font related issue.
Libbna commented 3 years ago

d901815: dropdown caret icon is rotating on hover in case of desktop. Also, I have resolved the issue with header menu options - Added color and opacity, before it was not added.

TODO

Libbna commented 3 years ago

f21afc4: also improve the responsiveness of the header.

Libbna commented 3 years ago

@asmita2 can you please verify the code and let me know if there are any more issues that need to be resolved.