TPv2 Should not use internal Angular Material Selectors #7483
Labels
bug
something isn't working as intended
experimental
a feature/component not directly supported by ATC
low difficulty
the estimated level of effort to resolve this issue is low
low impact
affects only a small portion of a CDN, and cannot itself break one
Traffic Portal v2
Related to the experimental Traffic Portal version 2
This Bug Report affects these Traffic Control components:
Current behavior:
Across the TPv2 code base we currently style Angular Material components by attaching to internal elements/attributes. For instance
mat-card
or.mat-mdc-card
(once #7454 is merged).Expected behavior:
These instances should be updated to use our own classes as selectors, for instance instead of attaching to a
mat-card
we should add our own class to it and select for that class. The Angular Material library is built with this in mind so this method of styling.The text was updated successfully, but these errors were encountered: