mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
00226e7d80
The open_in_new icon on external navigation items stayed grey on hover and sat inset from the chevron column, so it never matched the chevron items visually. - Add a hover rule so the icon brightens to --primary-contrast along with the label, matching the chevron/text behaviour. - Override the 1rem max-width reserve inherited from .docs-faceted-list-item-text by chaining both classes the span carries (.docs-external-link.docs-faceted-list-item-text), so the icon lines up with the chevrons at the link's end-padding. Using :host was avoided because it breaks the nested `a:hover &` selector.