By aburrows on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.0.0
Introduced in version:
8.0.0-beta10
Issue links:
Description:
Active menu links class have changed from .active to .is-active. Use the .is-active to style active menu links in CSS.
Before:
#main-menu-links li a.active
After:
#main-menu-links li a.is-active
Impacts:
Themers