joomla / 40-backend-template

Joomla 4.0 Backend Template Repository
GNU General Public License v2.0
14 stars 6 forks source link

Issue #410 fix: Sidebar menu background missing #437

Closed lakhanmandloi closed 6 years ago

lakhanmandloi commented 6 years ago

Pull Request for Issue # 410.

Summary of Changes

Admin Template -> Sidebar Menu-> 3rd level menu background color was missing because of which all menu-items were not clearly visible.

Before Fix before-fix

After Fix after-fix

Testing Instructions

  1. Log in Admin area
  2. Hover on menu level 2 item which have child.

Expected result

All menu-items of all levels should be clearly visible.

Actual result

All menu-items of all levels are now clearly visible after fix.

Documentation Changes Required - No

ciar4n commented 6 years ago

Thank you @lakhanmandloi